mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	Make sure signal.h is #include'd when needed
This commit is contained in:
		| @@ -20,6 +20,7 @@ | ||||
| #include <stdlib.h> | ||||
| #include <string.h> | ||||
| #include <strings.h> | ||||
| #include <signal.h> | ||||
| #include <unistd.h> | ||||
|  | ||||
| #include "ngircd.h" | ||||
|   | ||||
| @@ -23,6 +23,7 @@ | ||||
| #include <sys/socket.h> | ||||
| #include <netinet/in.h> | ||||
| #include <netdb.h> | ||||
| #include <signal.h> | ||||
|  | ||||
| #ifdef IDENTAUTH | ||||
| #ifdef HAVE_IDENT_H | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton