CLEANUP: Add missing include guard to signal.h

Found using GitHub's CodeQL scan.
This commit is contained in:
Tim Duesterhus 2021-09-01 21:23:25 +02:00 committed by Willy Tarreau
parent 87154e3010
commit abc6b31ab8

View File

@ -11,6 +11,9 @@
*
*/
#ifndef _HAPROXY_SIGNAL_H
#define _HAPROXY_SIGNAL_H
#include <signal.h>
#include <haproxy/api.h>
@ -39,6 +42,8 @@ static inline void signal_process_queue()
__signal_process_queue();
}
#endif /* _HAPROXY_SIGNAL_H */
/*
* Local variables:
* c-indent-level: 8