From 1b6a33a0f8153be496a3dfa47029a27574e9dce8 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Thu, 17 Jan 2008 07:52:17 +0000 Subject: [PATCH] sys/param.h needed under openbsd --- ot_fullscrape.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ot_fullscrape.c b/ot_fullscrape.c index 83e8375..e0883f9 100644 --- a/ot_fullscrape.c +++ b/ot_fullscrape.c @@ -4,6 +4,7 @@ $id$ */ /* System */ +#include #include #include #include @@ -226,4 +227,4 @@ static void fullscrape_make( int *iovec_entries, struct iovec **iovector, ot_tas iovec_fixlast( iovec_entries, iovector, r ); } -const char *g_version_fullscrape_c = "$Source: /home/cvsroot/opentracker/ot_fullscrape.c,v $: $Revision: 1.16 $\n"; +const char *g_version_fullscrape_c = "$Source: /home/cvsroot/opentracker/ot_fullscrape.c,v $: $Revision: 1.17 $\n";