aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerenc Wágner <wferi@niif.hu>2013-10-10 17:03:48 +0200
committerFerenc Wágner <wferi@niif.hu>2014-03-01 17:40:34 +0100
commitf419d317fa4c5da767c51011d0e5ef988f036aa2 (patch)
tree0dbdb5fcdcf18932767a672fd71145c6c7c0444a
parent764142bf92a5c2ec3c42d51969ac5cad905eb464 (diff)
downloadsyslinux-f419d317fa4c5da767c51011d0e5ef988f036aa2.tar.gz
syslinux-f419d317fa4c5da767c51011d0e5ef988f036aa2.tar.xz
syslinux-f419d317fa4c5da767c51011d0e5ef988f036aa2.zip
dev.h: get size_t definition
-rw-r--r--com32/include/dev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/include/dev.h b/com32/include/dev.h
index 70b3165c..077a0ebf 100644
--- a/com32/include/dev.h
+++ b/com32/include/dev.h
@@ -36,6 +36,7 @@
#include <klibc/extern.h>
#include <stdint.h>
+#include <stddef.h>
struct input_dev;
struct output_dev;