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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kern/operatingsystem.cc b/src/kern/operatingsystem.cc
index 8951b8193..62fcdba7a 100644
--- a/src/kern/operatingsystem.cc
+++ b/src/kern/operatingsystem.cc
@@ -29,8 +29,8 @@
*/
-#include "kern/operatingsystem.hh"
#include "base/misc.hh"
+#include "kern/operatingsystem.hh"
int
OperatingSystem::openSpecialFile(std::string path, LiveProcess *process, ThreadContext *tc)