mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
An SGI (IRIX) compiler doesn't like indended #-instructions, so they're all
in column zero now!
This commit is contained in:
parent
b585f411cd
commit
78000dbd5d
@ -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: */
|
||||
|
Loading…
Reference in New Issue
Block a user