From f51d4e5b67d91bbcf8163c078cdcbdadaa2fc411 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 20 Nov 2011 17:33:16 +0000 Subject: [PATCH] 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 --- src/ints/xms.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ints/xms.cpp b/src/ints/xms.cpp index 10b53fc7..1d9d2af2 100644 --- a/src/ints/xms.cpp +++ b/src/ints/xms.cpp @@ -19,6 +19,7 @@ #include #include +#include #include "dosbox.h" #include "callback.h" #include "mem.h"