summaryrefslogtreecommitdiff
path: root/AK/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/Types.h')
-rw-r--r--AK/Types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/AK/Types.h b/AK/Types.h
index a93303ffaa..5575be3e09 100644
--- a/AK/Types.h
+++ b/AK/Types.h
@@ -63,6 +63,7 @@ typedef int pid_t;
#else
# include <stdint.h>
+# include <stddef.h>
# include <sys/types.h>
# ifdef __ptrdiff_t