Merge pull request #332 from eplanet/fix-macos-build

Fix non Linux build for #309
This commit is contained in:
Orestis 2019-01-23 11:59:09 +02:00 committed by GitHub
commit 3d5c908af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>