summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-12 22:25:59 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-12 22:25:59 +0800
commit7c3e5a8f77da376fddc9a38adc2052913c774f2d (patch)
treebbb9574b34de1409f17cb87a7e47d9976e1098ac /util
parent3c2d03bf002f773219b214e14431a4423c577aad (diff)
downloadpttbbs-7c3e5a8f77da376fddc9a38adc2052913c774f2d.tar
pttbbs-7c3e5a8f77da376fddc9a38adc2052913c774f2d.tar.gz
pttbbs-7c3e5a8f77da376fddc9a38adc2052913c774f2d.tar.bz2
pttbbs-7c3e5a8f77da376fddc9a38adc2052913c774f2d.tar.lz
pttbbs-7c3e5a8f77da376fddc9a38adc2052913c774f2d.tar.xz
pttbbs-7c3e5a8f77da376fddc9a38adc2052913c774f2d.tar.zst
pttbbs-7c3e5a8f77da376fddc9a38adc2052913c774f2d.zip
add include headers in FreeBSD
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2505 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/bbsctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/bbsctl.c b/util/bbsctl.c
index b829818f..2b7aa274 100644
--- a/util/bbsctl.c
+++ b/util/bbsctl.c
@@ -3,6 +3,8 @@
#ifdef __FreeBSD__
#include <sys/syslimits.h>
+ #include <sys/types.h>
+ #include <grp.h>
#define SU "/usr/bin/su"
#define CP "/bin/cp"
#define KILLALL "/usr/bin/killall"