diff options
Diffstat (limited to 'sim/process.hh')
-rw-r--r-- | sim/process.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/process.hh b/sim/process.hh index 96389ff2e..ef54ced78 100644 --- a/sim/process.hh +++ b/sim/process.hh @@ -34,7 +34,9 @@ // when there's no OS: thus there's no reason to use it in FULL_SYSTEM // mode when we do have an OS. // -#ifndef FULL_SYSTEM +#include "config/full_system.hh" + +#if !FULL_SYSTEM #include <vector> |