ps3 support

This commit is contained in:
Lee Thomason 2016-06-04 19:16:24 -07:00
parent 8553625730
commit a572db13cf
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ distribution.
# include <stdio.h>
# include <stdlib.h>
# include <string.h>
# if defined(__PS3__)
# include <stddef.h>
# endif
#else
# include <cctype>
# include <climits>