diff src/utils.cc @ 3566:4b1a93f83264

[project @ 2000-02-03 09:19:49 by jwe]
author jwe
date Thu, 03 Feb 2000 09:19:52 +0000
parents 4290f11c8d3b
children 0886bbb236cb
line wrap: on
line diff
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -25,7 +25,6 @@
 #endif
 
 #include <climits>
-#include <csetjmp>
 #include <cstring>
 
 #include <fstream>
@@ -40,6 +39,11 @@
 #include <unistd.h>
 #endif
 
+// Include setjmp.h, not csetjmp since the latter might only define
+// the ANSI standard C interface.
+
+#include <setjmp.h>
+
 #if defined (HAVE_TERMIOS_H)
 #include <termios.h>
 #elif defined (HAVE_TERMIO_H)