Fix non Linux build for #309
This commit is contained in:
parent
a57cdc84e2
commit
96923a5bc0
@ -1,6 +1,8 @@
|
||||
// vim:ts=4:sw=4:expandtab
|
||||
#include <config.h>
|
||||
#if defined(__linux__)
|
||||
#include <sys/sysinfo.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user