BUILD/MINOR: haproxy : FreeBSD/cpu affinity needs pthread_np header

for pthread_*_np calls, pthread_np.h is needed under FreeBSD.
This commit is contained in:
David Carlier 2017-11-29 11:02:32 +00:00 committed by Willy Tarreau
parent 5bcfd56519
commit 6d5c841d24

View File

@ -55,6 +55,7 @@
#ifdef __FreeBSD__
#include <sys/param.h>
#include <sys/cpuset.h>
#include <pthread_np.h>
#endif
#endif