summaryrefslogtreecommitdiff
path: root/emulators/mame/patches/patch-src_osd_osdcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/mame/patches/patch-src_osd_osdcore.h')
-rw-r--r--emulators/mame/patches/patch-src_osd_osdcore.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/emulators/mame/patches/patch-src_osd_osdcore.h b/emulators/mame/patches/patch-src_osd_osdcore.h
index 0045dcbaabc..2bb5939b1d9 100644
--- a/emulators/mame/patches/patch-src_osd_osdcore.h
+++ b/emulators/mame/patches/patch-src_osd_osdcore.h
@@ -1,14 +1,14 @@
-$NetBSD: patch-src_osd_osdcore.h,v 1.2 2014/09/24 12:33:44 jperkin Exp $
+$NetBSD: patch-src_osd_osdcore.h,v 1.3 2014/09/24 20:20:49 wiz Exp $
Include stdarg.h for va_list.
--- src/osd/osdcore.h.orig 2014-04-25 09:31:28.000000000 +0000
+++ src/osd/osdcore.h
@@ -19,6 +19,7 @@
- #ifndef __OSDCORE_H__
- #define __OSDCORE_H__
-
-+#include <stdarg.h>
- #include "osdcomm.h"
- #include "delegate.h"
-
+ #ifndef __OSDCORE_H__
+ #define __OSDCORE_H__
+
++#include <stdarg.h>
+ #include "osdcomm.h"
+ #include "delegate.h"
+