summaryrefslogtreecommitdiffstats
path: root/testing/dosbox/dosbox-0.74-gcc46.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dosbox/dosbox-0.74-gcc46.patch')
-rw-r--r--testing/dosbox/dosbox-0.74-gcc46.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/dosbox/dosbox-0.74-gcc46.patch b/testing/dosbox/dosbox-0.74-gcc46.patch
new file mode 100644
index 000000000..8b19983a6
--- /dev/null
+++ b/testing/dosbox/dosbox-0.74-gcc46.patch
@@ -0,0 +1,10 @@
+--- a/include/dos_inc.h 2010-05-10 19:43:54.000000000 +0200
++++ b/include/dos_inc.h 2011-03-16 09:46:24.430008904 +0100
+@@ -27,6 +27,7 @@
+ #ifndef DOSBOX_MEM_H
+ #include "mem.h"
+ #endif
++#include <stddef.h>
+
+ #ifdef _MSC_VER
+ #pragma pack (1)