1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-11 15:30:07 +00:00

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$ */
/* System */
#include <sys/param.h>
#include <sys/uio.h>
#include <stdio.h>
#include <string.h>