From 58920953015b0ae5f1cedfb244ea1dffae98ea51 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 20 Nov 2011 17:32:09 +0000 Subject: [PATCH] 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 --- src/cpu/cpu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp index da74e8ec..9c9d5668 100644 --- a/src/cpu/cpu.cpp +++ b/src/cpu/cpu.cpp @@ -19,6 +19,7 @@ #include #include +#include #include "dosbox.h" #include "cpu.h" #include "memory.h"