From: Willy Tarreau Date: Sun, 15 Oct 2006 21:18:47 +0000 (+0200) Subject: [BUILD] types/proxy.h: reorder a few includes. X-Git-Tag: v1.3.3~5 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=7d67768e27e8807f0c4d738d165518287a70eb64;p=haproxy.git [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. --- diff --git a/include/types/proxy.h b/include/types/proxy.h index 7a262dab5..f3304e63b 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