]> granicus.if.org Git - curl/commitdiff
An SGI (IRIX) compiler doesn't like indended #-instructions, so they're all
authorDaniel Stenberg <daniel@haxx.se>
Mon, 22 Oct 2001 22:15:50 +0000 (22:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 22 Oct 2001 22:15:50 +0000 (22:15 +0000)
in column zero now!

src/main.c

index 460785b003dc6f3b8145497075e8e0083fc27420..a51d6b2921a55e697fa344c079e24356121d458f 100644 (file)
 #endif
 
 #ifdef HAVE_UTIME_H
- #include <utime.h>
+#include <utime.h>
 #else
- #ifdef HAVE_SYS_UTIME_H
- #include <sys/utime.h>
- #endif
+#ifdef HAVE_SYS_UTIME_H
+#include <sys/utime.h>
+#endif
 #endif
 
 /* The last #include file should be: */