mirror of
https://github.com/curl/curl.git
synced 2026-07-06 12:07:20 +03: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
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue