Move include of signal.h

This commit is contained in:
Kristofer Hallin 2022-04-24 00:24:53 -07:00 committed by Olof hagsand
parent 376996c89e
commit 16d21bbe3b
2 changed files with 1 additions and 2 deletions

View file

@ -43,6 +43,7 @@
#include <syslog.h>
#include <errno.h>
#include <sys/types.h>
#include <signal.h>
#include <net-snmp/net-snmp-config.h>