summaryrefslogtreecommitdiff
path: root/spinlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'spinlock.c')
-rw-r--r--spinlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spinlock.c b/spinlock.c
index af0c2e9..236235c 100644
--- a/spinlock.c
+++ b/spinlock.c
@@ -2,9 +2,9 @@
#include "types.h"
#include "defs.h"
+#include "param.h"
#include "x86.h"
#include "mmu.h"
-#include "param.h"
#include "proc.h"
#include "spinlock.h"