fix defines for GNU/Hurd

This commit is contained in:
Svante Signell
2014-10-22 14:59:01 -05:00
committed by William Hubbs
parent 203b754f84
commit 875f03e27c
2 changed files with 6 additions and 4 deletions

View File

@@ -57,11 +57,13 @@
#include <time.h>
#include <unistd.h>
#ifdef BSD
#if defined(BSD) && !defined(__GNU__)
#include <sys/param.h>
#include <sys/user.h>
#include <sys/sysctl.h>
#include <kvm.h>
#else
#include <sys/param.h>
#endif
#include "rc.h"