aports/testing/dosbox/dosbox-0.74-gcc46.patch
Natanael Copa 0c5b948f9b testing/dosbox: new aport
x86/DOS emulator with sound and graphics
http://dosbox.com
2014-07-17 08:29:36 +00:00

11 lines
244 B
Diff

--- 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)