From fd6ebf804d73b250fea883dcfb45fc5f6ced529b Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Mon, 10 Jan 2011 09:50:34 +0100 Subject: [PATCH] Fix compilation of bandwidth-server-many-up.c on FreeBSD --- tests/bandwidth-server-many-up.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/tests/bandwidth-server-many-up.c b/tests/bandwidth-server-many-up.c index 5297c0a..d6f5804 100644 --- a/tests/bandwidth-server-many-up.c +++ b/tests/bandwidth-server-many-up.c @@ -27,6 +27,7 @@ #if defined(_WIN32) #include #else +#include #include #include #endif -- libgit2 0.21.4