From 13e1e8e2eca99db0e08a4c71805a6d0f0ae2d22a Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Tue, 12 Nov 2013 22:03:44 +0100 Subject: [PATCH] Add missing sys/select.h for QNX (closes #158) --- 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 32d9705..1b55918 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 #include -- libgit2 0.21.4