From 7d67768e27e8807f0c4d738d165518287a70eb64 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 15 Oct 2006 23:18:47 +0200 Subject: [PATCH] [BUILD] types/proxy.h: reorder a few includes. OpenBSD is very sensible on the order of includes : sys/types.h, sys/socket.h, netinet/in.h and arpa/inet.h must be included in this exact order. --- include/types/proxy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/types/proxy.h b/include/types/proxy.h index 7a262dab55..f3304e63b6 100644 --- a/include/types/proxy.h +++ b/include/types/proxy.h @@ -22,9 +22,10 @@ #ifndef _TYPES_PROXY_H #define _TYPES_PROXY_H +#include +#include #include #include -#include #include #include -- 2.47.3