summaryrefslogtreecommitdiff
path: root/src/rc/rc.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-02-01 00:32:50 +0000
committerRoy Marples <roy@marples.name>2008-02-01 00:32:50 +0000
commitec912fa7174b8984cb8c8b3dd19a163686b1f8c1 (patch)
tree487913bdcb7c2e9043a689e78c3c416892ebcf5b /src/rc/rc.c
parente2484e7f243c0afab883d3106fa1d3ecb74ab9c0 (diff)
downloadopenrc-ec912fa7174b8984cb8c8b3dd19a163686b1f8c1.tar.gz
openrc-ec912fa7174b8984cb8c8b3dd19a163686b1f8c1.tar.bz2
openrc-ec912fa7174b8984cb8c8b3dd19a163686b1f8c1.tar.xz
Fix compile on BSD
Diffstat (limited to 'src/rc/rc.c')
-rw-r--r--src/rc/rc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c
index 433babb..4205c4f 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -38,6 +38,7 @@ const char rc_copyright[] = "Copyright (c) 2007-2008 Roy Marples";
#include <sys/types.h>
#include <sys/ioctl.h>
+#include <sys/param.h>
#include <sys/stat.h>
#include <sys/utsname.h>
#include <sys/wait.h>