mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_UTIME_H
|
#ifdef HAVE_UTIME_H
|
||||||
#include <utime.h>
|
#include <utime.h>
|
||||||
#else
|
#else
|
||||||
#ifdef HAVE_SYS_UTIME_H
|
#ifdef HAVE_SYS_UTIME_H
|
||||||
#include <sys/utime.h>
|
#include <sys/utime.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
|
Loading…
Reference in New Issue
Block a user