mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 22:01:31 +02:00
CLEANUP: Add missing include guard to signal.h
Found using GitHub's CodeQL scan.
This commit is contained in:
parent
87154e3010
commit
abc6b31ab8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user