From 0b9d19de09ddc3708f5925f1728a78ae1c2de969 Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Sat, 14 Oct 2006 19:46:48 +0000 Subject: [PATCH] Add missing include. --- btpd/btpd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/btpd/btpd.c b/btpd/btpd.c index 4bfb3e6..692fb68 100644 --- a/btpd/btpd.c +++ b/btpd/btpd.c @@ -1,5 +1,6 @@ #include #include +#include #include "btpd.h" #include "http.h"