mirror of
https://github.com/curl/curl.git
synced 2026-08-05 14:26:15 +03:00
HAVE_SYS_UTIME_H adjustments
This commit is contained in:
parent
46372c04ee
commit
5a8d1c4cd1
3 changed files with 11 additions and 4 deletions
|
|
@ -61,7 +61,11 @@
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_UTIME_H
|
||||
#include <utime.h>
|
||||
#include <utime.h>
|
||||
#else
|
||||
#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