From 95b83ba4f81f0985e2aeb9aec9cd67db7d5d1126 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 6 Aug 2010 09:17:26 +0200 Subject: OpenBSD compatibility Signed-off-by: Waldemar Brodkorb Signed-off-by: Denys Vlasenko --- include/libbb.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'include/libbb.h') diff --git a/include/libbb.h b/include/libbb.h index c043506..118d777 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -41,16 +41,16 @@ #include #include #ifdef HAVE_MNTENT_H -#include +# include #endif #ifdef HAVE_SYS_STATFS_H -#include +# include #endif #if ENABLE_SELINUX -#include -#include -#include -#include +# include +# include +# include +# include #endif #if ENABLE_LOCALE_SUPPORT # include @@ -70,7 +70,7 @@ # include # endif #endif -#if defined __FreeBSD__ +#if defined __FreeBSD__ || defined __OpenBSD__ # include # include #elif defined __APPLE__ -- cgit v1.1