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.) --- listing.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'listing.c') diff --git a/listing.c b/listing.c index 1d432e55..226a026e 100644 --- a/listing.c +++ b/listing.c @@ -8,6 +8,8 @@ * initial version 2/vii/97 by Simon Tatham */ +#include "compiler.h" + #include #include #include -- cgit v1.2.1