]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: fix missing include <string.h> in proto/listener.h
authorThierry FOURNIER <tfournier@exceliance.fr>
Mon, 10 Jun 2013 13:09:19 +0000 (15:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 Jun 2013 17:52:17 +0000 (19:52 +0200)
commitd3879e8b574b47119918cb1124938734bd44209c
tree9bc2876408a6eea712cd1ea08ac8d2e25f93b69d
parent24b2c766f45e7c9f445f61268243f85209b1dccf
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.
include/proto/listener.h