]> skyeroc.xyz Git - dgamelaunch/commitdiff
compile on FreeBSD
authorfstd <van.fstd@gmail.com>
Sat, 23 Jan 2016 04:21:32 +0000 (05:21 +0100)
committerfstd <van.fstd@gmail.com>
Sat, 23 Jan 2016 04:21:32 +0000 (05:21 +0100)
ttyplay.c

index 0fba0f37115e9a8e3a1c558271c0617a1ae0d742..9ebfed7d64164026ffb522da1c3be35c633373fb 100644 (file)
--- a/ttyplay.c
+++ b/ttyplay.c
@@ -58,7 +58,7 @@
 #include "io.h"
 #include "stripgfx.h"
 
-#if defined(__MACH__) || defined(__NetBSD__)
+#if defined(__MACH__) || defined(__FreeBSD__) || defined(__NetBSD__)
 typedef void (*sighandler_t)(int);
 #endif