mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-20 21:31:28 +02:00
BUILD/MINOR: cpuset freebsd build fix
Add missing strings.h header. Required for ffsl definition used by CPU_FFS macro. This must be backported up to 2.4.
This commit is contained in:
parent
d1187eb3e1
commit
5592c7b455
@ -9,6 +9,7 @@
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/_cpuset.h>
|
||||
#include <sys/cpuset.h>
|
||||
#include <strings.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user