projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c86a29
)
include <stddef.h> so that ptrdiff_t is again available
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 18 Mar 2007 20:33:26 +0000
(20:33 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 18 Mar 2007 20:33:26 +0000
(20:33 -0000)
include/libbb.h
patch
|
blob
|
history
diff --git
a/include/libbb.h
b/include/libbb.h
index 0016d839fb5250ec272b12044b19a035d161ad23..91d458f50c729e70cd97b6ea5f0e165fd8fdd500 100644
(file)
--- a/
include/libbb.h
+++ b/
include/libbb.h
@@
-23,6
+23,7
@@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
+#include <stddef.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>