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 cd77c11109
commit ce326b0238
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>