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. --- lib/ephy-debug.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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