Include signal.h to prevent redefintion of _NSIG.

This commit is contained in:
Darren Tucker 2020-01-26 14:09:17 +11:00
parent 638a45b5c1
commit 0373f9eba2

View File

@ -19,6 +19,8 @@
#include "includes.h"
#include <signal.h>
#ifndef _NSIG
# ifdef NSIG
# define _NSIG NSIG