mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
Fixed #elif.
This commit is contained in:
parent
6975fdf5e8
commit
d9c035d2c2
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
#ifdef HAVE_UTIME_H
|
#ifdef HAVE_UTIME_H
|
||||||
# include <utime.h>
|
# include <utime.h>
|
||||||
#elif HAVE_SYS_UTIME_H
|
#elif defined(HAVE_SYS_UTIME_H)
|
||||||
# include <sys/utime.h>
|
# include <sys/utime.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user