From fe501957c09a80347b1eb005ba1b1bc0fce14b0d Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 2 Oct 2007 21:53:51 -0700 Subject: Portability fixes Concentrate compiler dependencies to compiler.h; make sure compiler.h is included first in every .c file (since some prototypes may depend on the presence of feature request macros.) Actually use the conditional inclusion of various functions (totally broken in previous releases.) --- nasm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nasm.c') diff --git a/nasm.c b/nasm.c index 7a4ac550..b28f4f77 100644 --- a/nasm.c +++ b/nasm.c @@ -6,6 +6,8 @@ * distributed in the NASM archive. */ +#include "compiler.h" + #include #include #include -- cgit v1.2.1