mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 14:21:25 +02:00
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:
parent
24b2c766f4
commit
d3879e8b57
@ -22,6 +22,8 @@
|
|||||||
#ifndef _PROTO_LISTENER_H
|
#ifndef _PROTO_LISTENER_H
|
||||||
#define _PROTO_LISTENER_H
|
#define _PROTO_LISTENER_H
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <types/listener.h>
|
#include <types/listener.h>
|
||||||
|
|
||||||
/* This function adds the specified listener's file descriptor to the polling
|
/* This function adds the specified listener's file descriptor to the polling
|
||||||
|
Loading…
x
Reference in New Issue
Block a user