Skip to content

Commit

Permalink
Merge pull request #332 from eplanet/fix-macos-build
Browse files Browse the repository at this point in the history
Fix non Linux build for #309
  • Loading branch information
orestisfl authored Jan 23, 2019
2 parents a57cdc8 + 96923a5 commit 3d5c908
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/print_cpu_usage.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 3d5c908

Please sign in to comment.