aboutsummaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/vm.c b/vm.c
index 6d40507..63c35e3 100644
--- a/vm.c
+++ b/vm.c
@@ -3,6 +3,9 @@
*/
#include <ctype.h>
+#include <stdlib.h>
+#include <string.h>
+#include <strings.h>
#include "grammar.h"
#include "types.h"