diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/libbb.h b/include/libbb.h index a98affb3a..a7814b75f 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -41,16 +41,16 @@ | |||
41 | #include <limits.h> | 41 | #include <limits.h> |
42 | #include <sys/param.h> | 42 | #include <sys/param.h> |
43 | #ifdef HAVE_MNTENT_H | 43 | #ifdef HAVE_MNTENT_H |
44 | #include <mntent.h> | 44 | # include <mntent.h> |
45 | #endif | 45 | #endif |
46 | #ifdef HAVE_SYS_STATFS_H | 46 | #ifdef HAVE_SYS_STATFS_H |
47 | #include <sys/statfs.h> | 47 | # include <sys/statfs.h> |
48 | #endif | 48 | #endif |
49 | #if ENABLE_SELINUX | 49 | #if ENABLE_SELINUX |
50 | #include <selinux/selinux.h> | 50 | # include <selinux/selinux.h> |
51 | #include <selinux/context.h> | 51 | # include <selinux/context.h> |
52 | #include <selinux/flask.h> | 52 | # include <selinux/flask.h> |
53 | #include <selinux/av_permissions.h> | 53 | # include <selinux/av_permissions.h> |
54 | #endif | 54 | #endif |
55 | #if ENABLE_LOCALE_SUPPORT | 55 | #if ENABLE_LOCALE_SUPPORT |
56 | # include <locale.h> | 56 | # include <locale.h> |
@@ -70,7 +70,7 @@ | |||
70 | # include <shadow.h> | 70 | # include <shadow.h> |
71 | # endif | 71 | # endif |
72 | #endif | 72 | #endif |
73 | #if defined __FreeBSD__ | 73 | #if defined __FreeBSD__ || defined __OpenBSD__ |
74 | # include <netinet/in.h> | 74 | # include <netinet/in.h> |
75 | # include <arpa/inet.h> | 75 | # include <arpa/inet.h> |
76 | #elif defined __APPLE__ | 76 | #elif defined __APPLE__ |