An SGI (IRIX) compiler doesn't like indended #-instructions, so they're all

in column zero now!
This commit is contained in:
Daniel Stenberg 2001-10-22 22:15:50 +00:00
parent b585f411cd
commit 78000dbd5d

View File

@ -61,11 +61,11 @@
#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: */