summaryrefslogtreecommitdiff
path: root/kern/percpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/percpu.h')
-rw-r--r--kern/percpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/percpu.h b/kern/percpu.h
index 5995951..d6a8d1a 100644
--- a/kern/percpu.h
+++ b/kern/percpu.h
@@ -53,9 +53,9 @@
#ifndef _KERN_PERCPU_H
#define _KERN_PERCPU_H
+#include <assert.h>
#include <stdint.h>
-#include <kern/assert.h>
#include <kern/macros.h>
#define PERCPU_SECTION .percpu