You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-emulation/gnuboy/files/gnuboy-1.0.3-include.patch

14 lines
197 B

--- 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