Skip to content

Commit

Permalink
Merge pull request #1402 from clemensg/freebsd_bugfix
Browse files Browse the repository at this point in the history
Remove unused include statement for FreeBSD that confuses the build
  • Loading branch information
OnixGH committed Mar 5, 2015
2 parents df34205 + 5955192 commit 9313a7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/common/Utils/SystemMetricsCollector.h
Expand Up @@ -55,7 +55,6 @@
#endif
#ifdef __FreeBSD__
#include <sys/param.h>
#include <sys/pcpu.h>
#include <sys/sysctl.h>
#include <sys/resource.h>
#include <vm/vm_param.h>
Expand Down

0 comments on commit 9313a7d

Please sign in to comment.