From 06bd2a1a21610dcc042c355592d568f01445fcc9 Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Sun, 11 Jan 2009 23:07:28 +0100 Subject: On solaris bcopy and some other useful functions are declared in strings.h. --- misc/http_client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/http_client.c') diff --git a/misc/http_client.c b/misc/http_client.c index 177dfb6..1b0d564 100644 --- a/misc/http_client.c +++ b/misc/http_client.c @@ -5,6 +5,7 @@ #include #include #include +#include #include #include "iobuf.h" -- cgit 1.4.1