aboutsummaryrefslogtreecommitdiffstats
path: root/tests/process_iterator_test.c
diff options
context:
space:
mode:
authorAngelo Marletta <angelo.marletta@gmail.com>2015-06-16 23:46:59 -0700
committerAngelo Marletta <angelo.marletta@gmail.com>2015-06-16 23:46:59 -0700
commitf4d2682804931e7aea02a869137344bb5452a3cd (patch)
tree09f4a38396fba6b306d3e1bda62509efa660b716 /tests/process_iterator_test.c
parentfd48ecf5a123ddaf5dd02d7928f975db719975bb (diff)
parent36394ead1f55c78526aa218bacad5e3cd7c5cc2c (diff)
downloadcpulimit-f4d2682804931e7aea02a869137344bb5452a3cd.tar.gz
Merge pull request #46 from dt1973/master
Fix build errors on FreeBSD
Diffstat (limited to 'tests/process_iterator_test.c')
-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