CLEANUP: fix missing include <string.h> in proto/listener.h

The file proto/listener.h makes use of strdup() but doesn't include
<string.h> so it's sensible to include file ordering.
This commit is contained in:
Thierry FOURNIER 2013-06-10 15:09:19 +02:00 committed by Willy Tarreau
parent 24b2c766f4
commit d3879e8b57

View File

@ -22,6 +22,8 @@
#ifndef _PROTO_LISTENER_H
#define _PROTO_LISTENER_H
#include <string.h>
#include <types/listener.h>
/* This function adds the specified listener's file descriptor to the polling