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:
931ae9d
)
Include stdint.h
author
Glenn L McGrath
<bug1@ihug.co.nz>
Thu, 20 Nov 2003 05:26:38 +0000
(
05:26
-0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Thu, 20 Nov 2003 05:26:38 +0000
(
05:26
-0000)
include/libbb.h
patch
|
blob
|
history
diff --git
a/include/libbb.h
b/include/libbb.h
index f1f4f5c0a1a9adc1ae68aa8fd7535d8f5da49c24..88f43d01c850ce8a9f47670648cb938316c526a6 100644
(file)
--- a/
include/libbb.h
+++ b/
include/libbb.h
@@
-30,6
+30,7
@@
#include <sys/types.h>
#include <regex.h>
#include <termios.h>
+#include <stdint.h>
#include <netdb.h>