]> sjero.net Git - wget/blobdiff - src/utils.c
[svn] Unconditionally include <setjmp.h>.
[wget] / src / utils.c
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. */