summaryrefslogtreecommitdiff
path: root/kern/percpu.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-06-25 20:43:28 +0200
committerRichard Braun <rbraun@sceen.net>2017-06-25 20:43:28 +0200
commit5ee8402d3746e1e7831f6094aa07d29c5306b416 (patch)
tree9391a57301632c8c52b10dc23854aab809b62e56 /kern/percpu.h
parent66b03bcbc989cfcbd46dcbee1c9ab7ace54f98f0 (diff)
kern/{error,percpu}: include stddef.h
Diffstat (limited to 'kern/percpu.h')
-rw-r--r--kern/percpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/percpu.h b/kern/percpu.h
index d6a8d1a..18eb8aa 100644
--- a/kern/percpu.h
+++ b/kern/percpu.h
@@ -54,6 +54,7 @@
#define _KERN_PERCPU_H
#include <assert.h>
+#include <stddef.h>
#include <stdint.h>
#include <kern/macros.h>