include stddef.h for size_t
authorTony Cook <tony@develop=help.com>
Tue, 27 Jun 2006 12:50:28 +0000 (12:50 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 27 Jun 2006 12:50:28 +0000 (12:50 +0000)
iolayert.h

index 73616c1c7caacdb12138eff61c6d7f50e6e87b48..9857d67b0ebb02475ca69c309653261b706ca386 100644 (file)
@@ -5,6 +5,7 @@
 #include <unistd.h>
 #endif
 #include <sys/types.h>
+#include <stddef.h>
 
 typedef enum { FDSEEK, FDNOSEEK, BUFFER, CBSEEK, CBNOSEEK, BUFCHAIN } io_type;