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:
parent
6f5930ee92
commit
5892095301
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include <assert.h>
|
||||
#include <sstream>
|
||||
#include <stddef.h>
|
||||
#include "dosbox.h"
|
||||
#include "cpu.h"
|
||||
#include "memory.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue