From 606d7f1ba115eeb1a9681076cdb33f9d3a4cf877 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 29 Aug 2005 20:37:31 +0000 Subject: Only include execinfo.h if it exists. 2005-08-29 Christian Persch * lib/ephy-debug.c: Only include execinfo.h if it exists. --- ChangeLog | 6 ++++++ lib/ephy-debug.c | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 739029b5e..dffea2c11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-29 Christian Persch + + * lib/ephy-debug.c: + + Only include execinfo.h if it exists. + 2005-08-29 Christian Persch * configure.ac: diff --git a/lib/ephy-debug.c b/lib/ephy-debug.c index a8c35902d..9ecb8175f 100644 --- a/lib/ephy-debug.c +++ b/lib/ephy-debug.c @@ -23,7 +23,9 @@ #include "ephy-debug.h" #include +#ifdef HAVE_EXECINFO_H #include +#endif #include #include #include -- cgit v1.2.3