diff options
| author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-11-20 05:26:38 +0000 |
|---|---|---|
| committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-11-20 05:26:38 +0000 |
| commit | d85421de223905cbf23bc409a34cd5324b3128a6 (patch) | |
| tree | 7ade901a5a353d066e0cbbe902732b4194231d4e /include | |
| parent | 931ae9d2f8a5d2e0ae88b33067f761b36d30e070 (diff) | |
| download | busybox-w32-d85421de223905cbf23bc409a34cd5324b3128a6.tar.gz busybox-w32-d85421de223905cbf23bc409a34cd5324b3128a6.tar.bz2 busybox-w32-d85421de223905cbf23bc409a34cd5324b3128a6.zip | |
Include stdint.h
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index f1f4f5c0a..88f43d01c 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -30,6 +30,7 @@ | |||
| 30 | #include <sys/types.h> | 30 | #include <sys/types.h> |
| 31 | #include <regex.h> | 31 | #include <regex.h> |
| 32 | #include <termios.h> | 32 | #include <termios.h> |
| 33 | #include <stdint.h> | ||
| 33 | 34 | ||
| 34 | #include <netdb.h> | 35 | #include <netdb.h> |
| 35 | 36 | ||
