summaryrefslogtreecommitdiff
path: root/kern/sref.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/sref.c')
-rw-r--r--kern/sref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/sref.c b/kern/sref.c
index dc5f446e..e1368c30 100644
--- a/kern/sref.c
+++ b/kern/sref.c
@@ -42,6 +42,7 @@
*/
#include <stdbool.h>
+#include <stddef.h>
#include <kern/assert.h>
#include <kern/condition.h>
@@ -58,7 +59,6 @@
#include <kern/sprintf.h>
#include <kern/sref.h>
#include <kern/sref_i.h>
-#include <kern/stddef.h>
#include <kern/thread.h>
#include <machine/cpu.h>