projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3efb091
)
include stddef.h for size_t
author
Tony Cook
<tony@develop=help.com>
Tue, 27 Jun 2006 12:50:28 +0000
(12:50 +0000)
committer
Tony Cook
<tony@develop=help.com>
Tue, 27 Jun 2006 12:50:28 +0000
(12:50 +0000)
iolayert.h
patch
|
blob
|
blame
|
history
diff --git
a/iolayert.h
b/iolayert.h
index 73616c1c7caacdb12138eff61c6d7f50e6e87b48..9857d67b0ebb02475ca69c309653261b706ca386 100644
(file)
--- a/
iolayert.h
+++ b/
iolayert.h
@@
-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;