1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-12-12 18:00:28 +00:00

Make sure signal.h is #include'd when needed

This commit is contained in:
Alexander Barton 2010-07-12 13:22:19 +02:00
parent 583c50476b
commit 28424d013d
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <signal.h>
#include <unistd.h>
#include "ngircd.h"

View File

@ -23,6 +23,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <signal.h>
#ifdef IDENTAUTH
#ifdef HAVE_IDENT_H