1
0
Fork 0

Include stddef for offsetof here as well instead of relying on dos_inc.h through programs.h.cpu.cpp

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3759
This commit is contained in:
Peter Veenstra 2011-11-20 17:32:09 +00:00
parent 6f5930ee92
commit 5892095301

View file

@ -19,6 +19,7 @@
#include <assert.h>
#include <sstream>
#include <stddef.h>
#include "dosbox.h"
#include "cpu.h"
#include "memory.h"