diff options
Diffstat (limited to 'lib/ephy-debug.c')
-rw-r--r-- | lib/ephy-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-debug.c b/lib/ephy-debug.c index 42f704b6f..46b13f395 100644 --- a/lib/ephy-debug.c +++ b/lib/ephy-debug.c @@ -29,7 +29,7 @@ #include <signal.h> #include <stdio.h> #include <stdlib.h> -#include <glib/gbacktrace.h> +#include <glib.h> static const char *ephy_debug_break = NULL; |