From d9c035d2c24fd7015a901fa1abe8ceecda4c3fff Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 21 Jan 2002 21:29:55 +0000 Subject: [PATCH] Fixed #elif. --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index 79efc4184..b6bef8998 100644 --- a/src/global.h +++ b/src/global.h @@ -33,7 +33,7 @@ #ifdef HAVE_UTIME_H # include -#elif HAVE_SYS_UTIME_H +#elif defined(HAVE_SYS_UTIME_H) # include #endif