Willy Tarreau wrote:
Could you please check if the following patch is enough to fix it ?
I think it should in fact.

Thanks,
Willy

diff --git a/include/common/compat.h b/include/common/compat.h
index 3c939ce..9eecdfb 100644
--- a/include/common/compat.h
+++ b/include/common/compat.h
@@ -23,8 +23,8 @@
 #define _COMMON_COMPAT_H
/* This is needed on Linux for Netfilter includes */
-#include <sys/socket.h>
 #include <sys/types.h>
+#include <sys/socket.h>
 #include <common/config.h>
 #include <common/standard.h>
With that patch it does seem to build the files that were getting stuck before under OpenBSD 4.3.

--
Jeff Buchbinder
Senior Infrastructure Engineer
Rave Mobile Safety, Inc
work: 508.848.2484
mobile: 860.617.5750
jbuchbin...@ravemobilesafety.com

Reply via email to