aboutsummaryrefslogtreecommitdiff
path: root/security/zeek/files/patch-auxil_highwayhash_highwayhash_os__specific.cc
blob: 65ac1859a18b1ce375060209f9b89c2427c2b65f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- auxil/highwayhash/highwayhash/os_specific.cc.orig	2021-07-06 20:10:10 UTC
+++ auxil/highwayhash/highwayhash/os_specific.cc
@@ -53,8 +53,8 @@
 
 #ifdef __FreeBSD__
 #define OS_FREEBSD 1
-#include <sys/cpuset.h>
 #include <sys/param.h>
+#include <sys/cpuset.h>			/* must come after sys/param.h */
 #include <unistd.h>
 #else
 #define OS_FREEBSD 0