summaryrefslogtreecommitdiff
path: root/games-emulation/gnuboy/files/gnuboy-1.0.3-include.patch
blob: 61b776f000893e5d4f9eae3bb305b827af6a9e17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/defs.h
+++ b/defs.h
@@ -4,6 +4,10 @@
 #ifndef __DEFS_H__
 #define __DEFS_H__
 
+#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
+#include <ctype.h>
 
 
 #ifdef IS_LITTLE_ENDIAN