fix compilation on OpenBSD

SVN revision: 43516
This commit is contained in:
Vincent Torri 2009-11-07 19:44:39 +00:00
parent c13cc572f4
commit 12f9e2f515
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
# include <unistd.h>
# elif defined (__FreeBSD__) || defined (__OpenBSD__) || defined (__NetBSD__) || defined (__DragonFly__) || defined (__MacOSX__)
# include <unistd.h>
# include <sys/param.h>
# include <sys/sysctl.h>
# elif defined (__linux__)
# define _GNU_SOURCE