New include system + Removed stddef.h from dosbox.h , added it to core_dyn_x86.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2135
This commit is contained in:
parent
b42c189ac6
commit
e80222f29b
3 changed files with 11 additions and 13 deletions
|
@ -24,6 +24,7 @@
|
|||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "callback.h"
|
||||
#include "regs.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue