sys/param.h needed under openbsd

This commit is contained in:
erdgeist 2008-01-17 07:52:17 +00:00
parent 57387588ed
commit 7050e027d3

View File

@ -4,6 +4,7 @@
$id$ */ $id$ */
/* System */ /* System */
#include <sys/param.h>
#include <sys/uio.h> #include <sys/uio.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>