summaryrefslogtreecommitdiff
path: root/srcx/util.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-03-20 18:53:50 +0000
committerStef Walter <stef@memberwebs.com>2009-03-20 18:53:50 +0000
commit2a6090ce11eaa4e34d5e97af6591f324cd308e0b (patch)
tree44b844e623a30bb21e4dd485aa514a812138244f /srcx/util.c
parentbe1551dd6584be876f52b09dad1a6d4cc4ba10a0 (diff)
Some fixes to build on FreeBSD 7.2
Diffstat (limited to 'srcx/util.c')
-rw-r--r--srcx/util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/srcx/util.c b/srcx/util.c
index dd0af87..4eeac50 100644
--- a/srcx/util.c
+++ b/srcx/util.c
@@ -36,6 +36,8 @@
* James E. Quick <jq@quick.com>
*/
+#include "config.h"
+
#include <sys/types.h>
#include <sys/param.h>
#include <sys/proc.h>