FreeBSD requires these includes.

SVN revision: 38889
This commit is contained in:
Eric Schuele 2009-02-01 15:02:36 +00:00
parent f15f2c1c64
commit 0c8c30bddc
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@
# include <config.h>
#endif
#ifdef __FreeBSD__
#include <sys/time.h>
#include <sys/resource.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>