summaryrefslogtreecommitdiff
path: root/libfetch/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libfetch/common.c')
-rw-r--r--libfetch/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfetch/common.c b/libfetch/common.c
index 4809bbd..7c28237 100644
--- a/libfetch/common.c
+++ b/libfetch/common.c
@@ -59,7 +59,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#ifdef LINUX
+#if defined LINUX || defined FREEBSD
#include <strings.h>
#endif
#include <unistd.h>