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