ass signal.h - as it's used in e_thumb.c - it shouldnt have been added to
authorCarsten Haitzler <raster@rasterman.com>
Thu, 13 Apr 2006 08:10:52 +0000 (08:10 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Thu, 13 Apr 2006 08:10:52 +0000 (08:10 +0000)
includes

SVN revision: 22085

src/bin/e.h

index 1e63a03..c185341 100644 (file)
@@ -29,6 +29,7 @@
 #include <locale.h>
 #include <libintl.h>
 #include <errno.h>
+#include <signal.h>
 
 #ifdef HAVE_ALLOCA_H
 #include <alloca.h>
@@ -40,7 +41,6 @@
 
 #ifdef OBJECT_PARANOIA_CHECK
 #include <execinfo.h>
-#include <signal.h>
 #include <setjmp.h>
 #endif