diff options
-rw-r--r-- | kernel/kls_pix/fmt_codec_pix_defs.h | 1 | ||||
-rw-r--r-- | kernel/kls_tga/fmt_codec_tga.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/kernel/kls_pix/fmt_codec_pix_defs.h b/kernel/kls_pix/fmt_codec_pix_defs.h index 993b790..9e0eec4 100644 --- a/kernel/kls_pix/fmt_codec_pix_defs.h +++ b/kernel/kls_pix/fmt_codec_pix_defs.h @@ -20,6 +20,7 @@ */ #include <stdlib.h> +#include <sys/types.h> #ifndef KSQUIRREL_READ_IMAGE_pix #define KSQUIRREL_READ_IMAGE_pix diff --git a/kernel/kls_tga/fmt_codec_tga.cpp b/kernel/kls_tga/fmt_codec_tga.cpp index 8a79229..a1e4b09 100644 --- a/kernel/kls_tga/fmt_codec_tga.cpp +++ b/kernel/kls_tga/fmt_codec_tga.cpp @@ -23,6 +23,7 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> +#include <sys/types.h> #include "ksquirrel-libs/fmt_types.h" #include "ksquirrel-libs/fileio.h" |