summaryrefslogtreecommitdiff
path: root/libfetch/common.c
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-23 16:55:14 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-23 16:55:14 +0200
commita303ad9b057b7431e2e65e1044d01c3b86450fe7 (patch)
treecc1c5785495ccfb312bdfc0b8c2faf1b6e6813e1 /libfetch/common.c
parent271c652cddfab36ac1eba63e68b7e87de09b9da4 (diff)
downloadcrawler-a303ad9b057b7431e2e65e1044d01c3b86450fe7.tar.gz
crawler-a303ad9b057b7431e2e65e1044d01c3b86450fe7.tar.bz2
some porting of libfetch for FreeBSD
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>