diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-09-07 23:03:43 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-09-07 23:03:43 +0000 |
commit | 74dd473061881867fd6f2db328be962a0fac5006 (patch) | |
tree | 4fd4c25161f86ce645cdf4fd81edc45b67672f74 /emulators | |
parent | f839fbc6622e94eb0f8a1c52911993b5eb757b19 (diff) | |
download | pkgsrc-74dd473061881867fd6f2db328be962a0fac5006.tar.gz |
Temporary patch around .h file lossage.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/patches/patch-ba | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/emulators/xmame/patches/patch-ba b/emulators/xmame/patches/patch-ba new file mode 100644 index 00000000000..60d1340dc48 --- /dev/null +++ b/emulators/xmame/patches/patch-ba @@ -0,0 +1,21 @@ +$NetBSD: patch-ba,v 1.4 1998/09/07 23:03:43 mycroft Exp $ + +--- src/unix/xmame.h.orig Mon Sep 7 18:54:36 1998 ++++ src/unix/xmame.h Mon Sep 7 18:56:29 1998 +@@ -24,14 +24,15 @@ + #include <string.h> + #include <stdlib.h> + #include <unistd.h> ++#include <sys/stat.h> + #include <sys/time.h> + #include <ctype.h> + #include <pwd.h> ++#include <errno.h> + #include "driver.h" + + #ifdef linux + #include <sys/types.h> +-#include <sys/stat.h> + #include <fcntl.h> + #if defined FREEBSD && ( ! defined BSDi ) + #include <machine/soundcard.h> |