From: David Carlier Date: Wed, 29 Nov 2017 11:02:32 +0000 (+0000) Subject: BUILD/MINOR: haproxy : FreeBSD/cpu affinity needs pthread_np header X-Git-Tag: v1.9-dev1~643 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d5c841d242a22573d1a66434df9e1e936e7bed6;p=thirdparty%2Fhaproxy.git BUILD/MINOR: haproxy : FreeBSD/cpu affinity needs pthread_np header for pthread_*_np calls, pthread_np.h is needed under FreeBSD. --- diff --git a/src/haproxy.c b/src/haproxy.c index 891a021d94..a1fe550e1c 100644 --- a/src/haproxy.c +++ b/src/haproxy.c @@ -55,6 +55,7 @@ #ifdef __FreeBSD__ #include #include +#include #endif #endif