]> arthur.barton.de Git - netdata.git/blobdiff - src/common.h
Preparations in the source tree for FreeBSD plugin
[netdata.git] / src / common.h
index 58a6dbb8a5a035bfd1c06c4504e7c062bd32d898..b1b984479f973500a0234f9bc158ac4fb5916ddd 100644 (file)
@@ -20,7 +20,9 @@
 
 #else /* !defined(ENABLE_JEMALLOC) && !defined(ENABLE_TCMALLOC) */
 
+#ifndef __FreeBSD__
 #include <malloc.h>
+#endif /* __FreeBSD__ */
 
 #endif
 
 #include <signal.h>
 #include <syslog.h>
 #include <sys/mman.h>
+
+#ifndef __FreeBSD__
 #include <sys/prctl.h>
+#endif /* __FreeBSD__ */
+
 #include <sys/resource.h>
 #include <sys/socket.h>
 #include <sys/stat.h>
 #include "plugin_checks.h"
 #include "plugin_idlejitter.h"
 #include "plugin_nfacct.h"
+#ifndef __FreeBSD__
 #include "plugin_proc.h"
+#else
+#include "plugin_freebsd.h"
+#endif /* __FreeBSD__ */
 #include "plugin_tc.h"
 #include "plugins_d.h"
 
 #include "unit_test.h"
 
 #include "ipc.h"
+#include "backends.h"
 
 #ifdef abs
 #undef abs