From 1803dedae88457520f6c8edbb42f2508b9c30c0e Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 9 Jun 2008 17:32:43 -0700 Subject: Move all the SAA code out of nasmlib Move all the SAA code out of nasmlib; it's not used by anything than nasm itself. Cleaning out the kitchen sink known as nasmlib is a good thing, too. --- output/outas86.c | 1 + 1 file changed, 1 insertion(+) (limited to 'output/outas86.c') diff --git a/output/outas86.c b/output/outas86.c index 84acc53..f4d7bed 100644 --- a/output/outas86.c +++ b/output/outas86.c @@ -17,6 +17,7 @@ #include "nasm.h" #include "nasmlib.h" +#include "saa.h" #include "outform.h" #ifdef OF_AS86 -- cgit v1.2.3