aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-11-20 05:26:38 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-11-20 05:26:38 +0000
commite7829f5f43b935b15ef67c0e8f98f739ba4554ad (patch)
tree7ade901a5a353d066e0cbbe902732b4194231d4e
parentb698d4d9d3c96a4fb02975bf8d09a34825bc5aa7 (diff)
downloadbusybox-w32-e7829f5f43b935b15ef67c0e8f98f739ba4554ad.tar.gz
busybox-w32-e7829f5f43b935b15ef67c0e8f98f739ba4554ad.tar.bz2
busybox-w32-e7829f5f43b935b15ef67c0e8f98f739ba4554ad.zip
Include stdint.h
git-svn-id: svn://busybox.net/trunk/busybox@7953 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--include/libbb.h1
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