1
0
Fork 0

Make gcc 4.6 happy

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3691
This commit is contained in:
Peter Veenstra 2011-03-31 19:31:21 +00:00
parent 7d0d5bd95c
commit 41d420d47e

View file

@ -28,6 +28,8 @@
#include "mem.h"
#endif
#include <stddef.h> //for offsetof
#ifdef _MSC_VER
#pragma pack (1)
#endif