aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-30 04:36:55 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-30 04:36:55 +0800
commit13cc5a4083c0f154ce395a11d32786374907a0ba (patch)
treeeaec92e02baa8a0914574d0aa2155e6112a4566f /lib
parent8098f50e8ca2d5497d2c225b36bc4224cb18e116 (diff)
downloadgsoc2013-epiphany-13cc5a4083c0f154ce395a11d32786374907a0ba.tar
gsoc2013-epiphany-13cc5a4083c0f154ce395a11d32786374907a0ba.tar.gz
gsoc2013-epiphany-13cc5a4083c0f154ce395a11d32786374907a0ba.tar.bz2
gsoc2013-epiphany-13cc5a4083c0f154ce395a11d32786374907a0ba.tar.lz
gsoc2013-epiphany-13cc5a4083c0f154ce395a11d32786374907a0ba.tar.xz
gsoc2013-epiphany-13cc5a4083c0f154ce395a11d32786374907a0ba.tar.zst
gsoc2013-epiphany-13cc5a4083c0f154ce395a11d32786374907a0ba.zip
Only include execinfo.h if it exists.
2005-08-29 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-debug.c: Only include execinfo.h if it exists.
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-debug.c2
1 files changed, 2 insertions, 0 deletions
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 <string.h>
+#ifdef HAVE_EXECINFO_H
#include <execinfo.h>
+#endif
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>