include signal.h, needed on Solaris

This commit is contained in:
dmiller 2015-07-01 04:35:25 +00:00
parent bc533e75cf
commit d02f2e41bd

View file

@ -151,6 +151,10 @@
#include "nse_main.h"
#endif
#ifdef HAVE_SIGNAL
#include <signal.h>
#endif
#ifdef WIN32
#include "winfix.h"
/* This name collides in the following include. */