diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-02-12 22:25:59 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-02-12 22:25:59 +0800 |
commit | 7c3e5a8f77da376fddc9a38adc2052913c774f2d (patch) | |
tree | bbb9574b34de1409f17cb87a7e47d9976e1098ac | |
parent | 3c2d03bf002f773219b214e14431a4423c577aad (diff) | |
download | pttbbs-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
-rw-r--r-- | util/bbsctl.c | 2 |
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" |