Fixed #elif.

This commit is contained in:
Pavel Roskin 2002-01-21 21:29:55 +00:00
parent 6975fdf5e8
commit d9c035d2c2
1 changed files with 1 additions and 1 deletions

View File

@ -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