From b73b7e097132be5fa52a09d6ddb69ea22f720bad Mon Sep 17 00:00:00 2001
From: cyan <>
Date: Thu, 3 Jun 2010 01:58:10 +0000
Subject: [PATCH] Include signal.h on Unix systems

---
 src/xpdev/genwrap.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/xpdev/genwrap.c b/src/xpdev/genwrap.c
index 99a82adfb6..b81124d53d 100644
--- a/src/xpdev/genwrap.c
+++ b/src/xpdev/genwrap.c
@@ -46,6 +46,7 @@
 #if defined(__unix__)
 	#include <sys/ioctl.h>		/* ioctl() */
 	#include <sys/utsname.h>	/* uname() */
+	#include <signal.h>
 #endif	/* __unix__ */
 
 #include "genwrap.h"	/* Verify prototypes */
-- 
GitLab