diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-07 22:48:35 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-07 22:48:35 -0800 |
commit | 22eb9a274386c7fbc5cdee2b86f621c44fd823e2 (patch) | |
tree | a215e21bf18d75914b9edd568a0da6a8b49ac2d0 /main.c | |
parent | 5907934e467bf28291901ed3595125ef1ed724d9 (diff) |
forgot what i did lol
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <unistd.h> extern ht_t *WORD_TABLE; extern array_t *STACK; |