diff options
-rw-r--r-- | native/egl/ps_sandbox.c | 1 | ||||
-rw-r--r-- | native/replay/cube_companion.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/native/egl/ps_sandbox.c b/native/egl/ps_sandbox.c index a7fc72c..589a2a2 100644 --- a/native/egl/ps_sandbox.c +++ b/native/egl/ps_sandbox.c @@ -32,6 +32,7 @@ #include <sys/stat.h> #include <sys/mman.h> #include <stdarg.h> +#include <stdlib.h> #include "esTransform.h" #include "eglutil.h" diff --git a/native/replay/cube_companion.c b/native/replay/cube_companion.c index 20de0d9..91c899c 100644 --- a/native/replay/cube_companion.c +++ b/native/replay/cube_companion.c @@ -7,6 +7,7 @@ #include <sys/stat.h> #include <sys/mman.h> #include <stdarg.h> +#include <string.h> #include "write_bmp.h" #include "viv_raw.h" |