pkgsrc-wip/snes9x/patches/patch-al

14 lines
449 B
Text
Raw Normal View History

$NetBSD: patch-al,v 1.1.1.1 2005/09/08 10:22:24 leonardschmidt Exp $
--- movie.cpp.orig 2004-12-30 22:15:47.000000000 +0000
+++ movie.cpp
@@ -95,7 +95,7 @@
#include <ctype.h>
#include <stdlib.h>
-#if defined(__unix) || defined(__linux) || defined(__sun) || defined(__DJGPP)
+#if defined(__unix) || defined(__linux) || defined(__sun) || defined(__DJGPP) || defined(__NetBSD__)
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>