summaryrefslogtreecommitdiff
path: root/ot_fullscrape.c
diff options
context:
space:
mode:
authorerdgeist <>2008-01-17 07:52:17 +0000
committererdgeist <>2008-01-17 07:52:17 +0000
commit7050e027d3b7d353dce6a8e100e54d71a46a8063 (patch)
treeaf5c4ecddab05d8819a02c7f18f00ea672c8e0ff /ot_fullscrape.c
parent57387588ed926d15d34edd62c0d108a97b5dac0f (diff)
sys/param.h needed under openbsd
Diffstat (limited to 'ot_fullscrape.c')
-rw-r--r--ot_fullscrape.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ot_fullscrape.c b/ot_fullscrape.c
index f9129e4..4baaf74 100644
--- a/ot_fullscrape.c
+++ b/ot_fullscrape.c
@@ -4,6 +4,7 @@
4 $id$ */ 4 $id$ */
5 5
6/* System */ 6/* System */
7#include <sys/param.h>
7#include <sys/uio.h> 8#include <sys/uio.h>
8#include <stdio.h> 9#include <stdio.h>
9#include <string.h> 10#include <string.h>