sys/param.h needed under openbsd

master
Dirk Engling 16 years ago
parent f57eb9661c
commit 1b6a33a0f8

@ -4,6 +4,7 @@
$id$ */
/* System */
#include <sys/param.h>
#include <sys/uio.h>
#include <stdio.h>
#include <string.h>
@ -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";

Loading…
Cancel
Save