sys/dkstat.h has been removed from OpenBSD and it's functionality actually lived/lives in sys/sched.h

This commit is contained in:
Jasper Lievisse Adriaanse 2015-04-02 20:31:17 +02:00
parent 018702e01e
commit ae50bbe257
1 changed files with 4 additions and 0 deletions

View File

@ -10,8 +10,12 @@
#include <sys/param.h>
#include <sys/types.h>
#include <sys/sysctl.h>
#if defined(__OpenBSD__)
#include <sys/sched.h>
#else
#include <sys/dkstat.h>
#endif
#endif
#if defined(__DragonFly__)
#include <sys/param.h>