$NetBSD: patch-ag,v 1.1 2011/01/29 21:05:00 markd Exp $

include <cstring> for strncpy(), memset() etc

--- lib/http.h.orig	2006-11-14 16:34:49.000000000 +0000
+++ lib/http.h
@@ -27,6 +27,7 @@
 #include "types.h"
 #include "errors.h"
 #include <string>
+#include <cstring>
 
 using namespace std;
 
