Willy,

this also affects include/import/lru.h, include/import/xxhash.h, and
include/import/sha1.h. But I did not touch these, as they are within import/*

Best regards
Tim Düsterhus

Apply with `git am --scissors` to automatically cut the commit message.

-- >8 --
Found using GitHub's CodeQL scan.
---
 include/haproxy/signal.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/haproxy/signal.h b/include/haproxy/signal.h
index 763cfb0be..331b7fdc6 100644
--- a/include/haproxy/signal.h
+++ b/include/haproxy/signal.h
@@ -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
-- 
2.33.0


Reply via email to