diff options
author | Roy Marples <roy@marples.name> | 2008-02-01 00:32:50 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-02-01 00:32:50 +0000 |
commit | ec912fa7174b8984cb8c8b3dd19a163686b1f8c1 (patch) | |
tree | 487913bdcb7c2e9043a689e78c3c416892ebcf5b | |
parent | e2484e7f243c0afab883d3106fa1d3ecb74ab9c0 (diff) |
Fix compile on BSD
-rw-r--r-- | src/rc/rc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c index 433babbf..4205c4fb 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> |