diff options
Diffstat (limited to 'symtable.c')
-rw-r--r-- | symtable.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ * Description: Symbol Table implementation */ -#include "./base.h" +#include "./alisp.h" #include <malloc.h> #include <string.h> |