1
0
Fork 0

Include stddef for offsetof here as well instead of relying on dos_inc.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3760
This commit is contained in:
Peter Veenstra 2011-11-20 17:33:16 +00:00
parent 5892095301
commit f51d4e5b67

View file

@ -19,6 +19,7 @@
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#include "dosbox.h"
#include "callback.h"
#include "mem.h"