We do stuff with signals only on UN*Xes.

Change-Id: I1b1a304143cf4e4a14107d1d55057cef24552a70
Reviewed-on: https://code.wireshark.org/review/6160
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-12-31 02:23:14 -08:00
parent 914dc6c13e
commit 37efc4ae77

View File

@ -27,7 +27,9 @@
#include <glib.h>
#ifdef Q_OS_UNIX
#include <signal.h>
#endif
#ifdef HAVE_LIBZ
#include <zlib.h> /* to get the libz version number */