summaryrefslogtreecommitdiff
path: root/kern/xcall.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/xcall.c')
-rw-r--r--kern/xcall.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kern/xcall.c b/kern/xcall.c
index 398001d1..565cd20a 100644
--- a/kern/xcall.c
+++ b/kern/xcall.c
@@ -15,12 +15,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <stddef.h>
+
#include <kern/assert.h>
#include <kern/macros.h>
#include <kern/param.h>
#include <kern/percpu.h>
#include <kern/spinlock.h>
-#include <kern/stddef.h>
#include <kern/thread.h>
#include <kern/xcall.h>
#include <machine/mb.h>