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