summaryrefslogtreecommitdiff
path: root/src/kern/operatingsystem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/kern/operatingsystem.cc')
-rw-r--r--src/kern/operatingsystem.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kern/operatingsystem.cc b/src/kern/operatingsystem.cc
index ce4092c4a..1ecc94c15 100644
--- a/src/kern/operatingsystem.cc
+++ b/src/kern/operatingsystem.cc
@@ -29,9 +29,10 @@
*/
-#include "base/misc.hh"
#include "kern/operatingsystem.hh"
+#include "base/misc.hh"
+
int
OperatingSystem::openSpecialFile(std::string path, LiveProcess *process,
ThreadContext *tc)