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