pkgsrc-wip/hu-go/patches/patch-ag
Dieter Baron 5026615492 Initial import of Hu-Go!
Hu-Go! a pc engine emulator. The PC Engine, also known as Turbo
Grfx, is a 8-16 bits console which had quite a great success in
Japan from 1986, roughly, until early 90's.

Hu-Go! also supports PC Engine CD games.
2004-08-05 05:33:24 +00:00

13 lines
322 B
Text

$NetBSD: patch-ag,v 1.1.1.1 2004/08/05 05:33:25 dillo Exp $
--- utils.c.orig 2004-05-26 22:54:16.000000000 +0200
+++ utils.c
@@ -26,7 +26,7 @@
#define MAX_INPUT 255
#endif
-#if defined(LINUX) || defined(SOLARIS)
+#if defined(LINUX) || defined(SOLARIS) || defined(NETBSD)
#include <sys/time.h>
#include <stdlib.h>