Fix non Linux build for #309

This commit is contained in:
eplanet 2019-01-23 10:44:48 +01:00
parent a57cdc84e2
commit 96923a5bc0

View File

@ -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>