aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordt1973 <dt1973@users.noreply.github.com>2015-03-12 08:37:29 +0100
committerdt1973 <dt1973@users.noreply.github.com>2015-03-12 08:37:29 +0100
commit8efde826648b108d804ef99b57e58c7e0b6df507 (patch)
tree24701084da63429ce17186a479b055bbee3bbefc /tests
parentfd48ecf5a123ddaf5dd02d7928f975db719975bb (diff)
downloadcpulimit-8efde826648b108d804ef99b57e58c7e0b6df507.tar.gz
Fix build errors on FreeBSD
Diffstat (limited to 'tests')
-rw-r--r--tests/process_iterator_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/process_iterator_test.c b/tests/process_iterator_test.c
index 20ef479..1615196 100644
--- a/tests/process_iterator_test.c
+++ b/tests/process_iterator_test.c
@@ -28,7 +28,7 @@
#include <signal.h>
#include <string.h>
-#ifdef __APPLE__
+#ifdef __APPLE__ || __FREEBSD__
#include <libgen.h>
#endif
Un proyecto texto-plano.xyz