Commit 48ce93e1 authored by DOSBox Development Team's avatar DOSBox Development Team Committed by CeRiAl

Preliminary fix for FTBFS with gcc 4.6

parent 7073c962
......@@ -28,6 +28,8 @@
#include "mem.h"
#endif
#include <stddef.h> // for offsetof
#ifdef _MSC_VER
#pragma pack (1)
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment