]> sjero.net Git - wget/commitdiff
[svn] Unconditionally include <setjmp.h>.
authorhniksic <devnull@localhost>
Wed, 6 Jul 2005 21:06:29 +0000 (14:06 -0700)
committerhniksic <devnull@localhost>
Wed, 6 Jul 2005 21:06:29 +0000 (14:06 -0700)
src/ChangeLog
src/utils.c

index 0c1cd1dd2dac951694ea98477e537858c3768736..64c3eff7c9fc191d647b78cfb13c23d197afbe92 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * utils.c: Unconditionally include <setjmp.h>.
+
 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * utils.c (fnmatch_nocase): New function.
index e77549f176c9f9aae431fab16f37e7674b938495..6c94d7102425062161eafaec157145b4677584c9 100644 (file)
@@ -68,11 +68,9 @@ so, delete this exception statement from your version.  */
 # include <termios.h>
 #endif
 
-/* Needed for run_with_timeout. */
+/* Needed for Unix version of run_with_timeout. */
 #include <signal.h>
-#ifdef HAVE_SETJMP_H
-# include <setjmp.h>
-#endif
+#include <setjmp.h>
 
 #ifndef HAVE_SIGSETJMP
 /* If sigsetjmp is a macro, configure won't pick it up. */