From d3879e8b574b47119918cb1124938734bd44209c Mon Sep 17 00:00:00 2001 From: Thierry FOURNIER Date: Mon, 10 Jun 2013 15:09:19 +0200 Subject: [PATCH] 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. --- include/proto/listener.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/proto/listener.h b/include/proto/listener.h index 63bef122a..1473bfda7 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