summarylogtreecommitdiffstats
path: root/gcc46.patch
blob: eae9ae63e611ac07de0ea5a38003283013e9ecf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -aur dosbox-0.74/include/dos_inc.h dosbox-0.74.new//include/dos_inc.h
--- dosbox-0.74/include/dos_inc.h	2010-05-10 17:43:54.000000000 +0000
+++ dosbox-0.74.new//include/dos_inc.h	2011-06-17 20:42:43.982548979 +0000
@@ -28,6 +28,8 @@
 #include "mem.h"
 #endif
 
+#include <stddef.h> //for offsetof
+
 #ifdef _MSC_VER
 #pragma pack (1)
 #endif