summaryrefslogtreecommitdiff
path: root/src/libc/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libc/stdlib.h')
-rw-r--r--src/libc/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libc/stdlib.h b/src/libc/stdlib.h
index 5b2521f..f7cfc8c 100644
--- a/src/libc/stdlib.h
+++ b/src/libc/stdlib.h
@@ -1,7 +1,7 @@
#ifndef STDLIB_H
#define STDLIB_H
-#include "stddef.h"
+#include <stddef.h>
#include "memorymanagement.h"