mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-22 14:49:45 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
#ifdef __FreeBSD__
|
||||
#include <sys/_cpuset.h>
|
||||
#include <sys/cpuset.h>
|
||||
#include <strings.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue