summaryrefslogtreecommitdiff
path: root/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell.c')
-rw-r--r--shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell.c b/shell.c
index 3567d1a..05bfde5 100644
--- a/shell.c
+++ b/shell.c
@@ -24,7 +24,9 @@
*/
#include <pthread.h>
+#include <stddef.h>
#include <stdio.h>
+#include <stdint.h>
#include <string.h>
#include "macros.h"