summaryrefslogtreecommitdiff
path: root/nasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'nasm.c')
-rw-r--r--nasm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nasm.c b/nasm.c
index 479a3f33..161a2164 100644
--- a/nasm.c
+++ b/nasm.c
@@ -15,6 +15,7 @@
#include "nasm.h"
#include "nasmlib.h"
+#include "stdscan.h"
#include "insns.h"
#include "preproc.h"
#include "parser.h"
@@ -311,7 +312,7 @@ int main(int argc, char **argv)
raa_free(offsets);
saa_free(forwrefs);
eval_cleanup();
- nasmlib_cleanup();
+ stdscan_cleanup();
if (terminate_after_phase)
return 1;