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://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=6d5c841d242a22573d1a66434df9e1e936e7bed6;p=haproxy.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 891a021d9..a1fe550e1 100644 --- a/src/haproxy.c +++ b/src/haproxy.c @@ -55,6 +55,7 @@ #ifdef __FreeBSD__ #include #include +#include #endif #endif