Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-11-20 08:26:38 +0300
committerGlenn L McGrath <bug1@ihug.co.nz>2003-11-20 08:26:38 +0300
commitd85421de223905cbf23bc409a34cd5324b3128a6 (patch)
tree7ade901a5a353d066e0cbbe902732b4194231d4e /include
parent931ae9d2f8a5d2e0ae88b33067f761b36d30e070 (diff)
Include stdint.h
Diffstat (limited to 'include')
-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 @@
#include <sys/types.h>
#include <regex.h>
#include <termios.h>
+#include <stdint.h>
#include <netdb.h>