Signed-off-by: Slávek Banko <slavek.banko@axis.cz>pull/92/head
parent
3194ef649a
commit
e76b001ae7
@ -1,24 +0,0 @@
|
|||||||
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"
|
|
Loading…
Reference in new issue