BUILD: wdt: include signal-t.h

WDT_SIG is used there, thus signal-t.h is required. Currently it's
retrieved by accident through global.h.
This commit is contained in:
Willy Tarreau 2021-05-08 12:27:42 +02:00
parent 29c460bc07
commit 7f673c2cde

View File

@ -16,6 +16,7 @@
#include <haproxy/debug.h>
#include <haproxy/errors.h>
#include <haproxy/global.h>
#include <haproxy/signal-t.h>
#include <haproxy/thread.h>
#include <haproxy/tools.h>