diff options
Diffstat (limited to 'constructor.c')
-rw-r--r-- | constructor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constructor.c b/constructor.c index e500430..fd1e0d0 100644 --- a/constructor.c +++ b/constructor.c @@ -14,7 +14,7 @@ #include <malloc.h> -#include "./base.h" +#include "./alisp.h" lisp_t *make_int(i64 i) { |