aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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 bc886dab9..998bcc6f3 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -24,6 +24,7 @@
24#include <sys/time.h> 24#include <sys/time.h>
25#include <sys/types.h> 25#include <sys/types.h>
26#include <termios.h> 26#include <termios.h>
27#include <unistd.h>
27 28
28#ifdef CONFIG_SELINUX 29#ifdef CONFIG_SELINUX
29#include <selinux/selinux.h> 30#include <selinux/selinux.h>