include signal.h

This commit is contained in:
Olof hagsand 2021-10-21 16:04:05 +02:00
parent 5d29d8aff0
commit 448aa4c994
23 changed files with 22 additions and 3 deletions

View file

@ -47,6 +47,7 @@
#include <syslog.h>
#include <stdlib.h>
#include <limits.h>
#include <signal.h>
#ifdef HAVE_LIBXML2 /* Actually it should check for a header file */
#include <libxml/xmlregexp.h>