From 710959597fffc58ba004a2a67cc86fd19631043f Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 6 Jul 2005 14:06:29 -0700 Subject: [PATCH] [svn] Unconditionally include . --- src/ChangeLog | 4 ++++ src/utils.c | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 0c1cd1dd..64c3eff7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-07-06 Hrvoje Niksic + + * utils.c: Unconditionally include . + 2005-07-06 Hrvoje Niksic * utils.c (fnmatch_nocase): New function. diff --git a/src/utils.c b/src/utils.c index e77549f1..6c94d710 100644 --- a/src/utils.c +++ b/src/utils.c @@ -68,11 +68,9 @@ so, delete this exception statement from your version. */ # include #endif -/* Needed for run_with_timeout. */ +/* Needed for Unix version of run_with_timeout. */ #include -#ifdef HAVE_SETJMP_H -# include -#endif +#include #ifndef HAVE_SIGSETJMP /* If sigsetjmp is a macro, configure won't pick it up. */