Include signal.h for sig_atomic_t, used by kex.h.

bz#2402, from tomas.kuthan at oracle com.
This commit is contained in:
Darren Tucker 2015-05-22 17:49:46 +10:00
parent 8b02481143
commit aa72196a00
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#include <limits.h>
#include <stdarg.h>
#include <string.h>
#include <signal.h>
#include <unistd.h>
#include "xmalloc.h"