aboutsummaryrefslogtreecommitdiff
path: root/sys.c
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-08-20 21:24:07 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-08-20 21:24:07 +0100
commit643896e2c8a2a9088819d3410f94008a83f575c6 (patch)
treeaa367281b44a0728888c864bf1cb71dd44bd3143 /sys.c
parent3074ba5babaf39e4a177444a8ffb5f81b991440f (diff)
downloadalisp-643896e2c8a2a9088819d3410f94008a83f575c6.tar.gz
alisp-643896e2c8a2a9088819d3410f94008a83f575c6.tar.bz2
alisp-643896e2c8a2a9088819d3410f94008a83f575c6.zip
rename base.h -> alisp.h
Makes more sense when you think about including it as an external library
Diffstat (limited to 'sys.c')
-rw-r--r--sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys.c b/sys.c
index e266de3..d56c152 100644
--- a/sys.c
+++ b/sys.c
@@ -12,7 +12,7 @@
* Description: System management
*/
-#include "./base.h"
+#include "./alisp.h"
#include <assert.h>
#include <malloc.h>