From 78000dbd5db927c768eac2edc808b58334405cc6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 22 Oct 2001 22:15:50 +0000 Subject: An SGI (IRIX) compiler doesn't like indended #-instructions, so they're all in column zero now! --- src/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: */ -- cgit v1.2.3