From: Daniel Stenberg Date: Mon, 22 Oct 2001 22:15:50 +0000 (+0000) Subject: An SGI (IRIX) compiler doesn't like indended #-instructions, so they're all X-Git-Tag: curl-7_9_1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78000dbd5db927c768eac2edc808b58334405cc6;p=curl An SGI (IRIX) compiler doesn't like indended #-instructions, so they're all in column zero now! --- diff --git a/src/main.c b/src/main.c index 460785b00..a51d6b292 100644 --- a/src/main.c +++ b/src/main.c @@ -61,11 +61,11 @@ #endif #ifdef HAVE_UTIME_H - #include +#include #else - #ifdef HAVE_SYS_UTIME_H - #include - #endif +#ifdef HAVE_SYS_UTIME_H +#include +#endif #endif /* The last #include file should be: */