aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 86e4fbea7..15e3e49cf 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -25,6 +25,7 @@
25#define __LIBCONFIG_H__ 1 25#define __LIBCONFIG_H__ 1
26 26
27#include <stdio.h> 27#include <stdio.h>
28#include <stdlib.h>
28#include <stdarg.h> 29#include <stdarg.h>
29#include <sys/stat.h> 30#include <sys/stat.h>
30#include <sys/types.h> 31#include <sys/types.h>