From: Thierry FOURNIER Date: Mon, 10 Jun 2013 13:09:19 +0000 (+0200) Subject: CLEANUP: fix missing include in proto/listener.h X-Git-Tag: v1.5-dev19~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3879e8b574b47119918cb1124938734bd44209c;p=thirdparty%2Fhaproxy.git CLEANUP: fix missing include in proto/listener.h The file proto/listener.h makes use of strdup() but doesn't include so it's sensible to include file ordering. --- diff --git a/include/proto/listener.h b/include/proto/listener.h index 63bef122a2..1473bfda7d 100644 --- a/include/proto/listener.h +++ b/include/proto/listener.h @@ -22,6 +22,8 @@ #ifndef _PROTO_LISTENER_H #define _PROTO_LISTENER_H +#include + #include /* This function adds the specified listener's file descriptor to the polling