Merge pull request #235 from ocroquette/sigint

Include signal.h to define SIGINT
pull/236/head
texane 2014-05-19 03:42:58 -05:00
commit 08d4d37532
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -11,6 +11,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
#include <sys/types.h>
#ifdef __MINGW32__