aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Serpell <daniel.serpell@gmail.com>2019-12-22 14:46:53 -0300
committerDaniel Serpell <daniel.serpell@gmail.com>2019-12-22 14:46:53 -0300
commit3de0b11003cae275161451e899e2b6e310e4ef37 (patch)
treee9bdf46d119a61a136355a7aec8fa912350e1100
parent5a83c30b56d86aeaa221439bf3ff20628a82f96c (diff)
downloademu2-3de0b11003cae275161451e899e2b6e310e4ef37.tar.gz
Adds missing signal.h header, fixes compilation on OSX.
This closes #2.
-rw-r--r--src/dos.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dos.c b/src/dos.c
index cd12cbd..f9f4f22 100644
--- a/src/dos.c
+++ b/src/dos.c
@@ -9,6 +9,7 @@
#include "video.h"
#include <errno.h>
+#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
Un proyecto texto-plano.xyz