include config.h

2002-10-26  Havoc Pennington  <hp@pobox.com>

	* src/iconcache.c: include config.h

	* src/group.c: include config.h

	* src/frame.c: include config.h

	* src/core.c: include config.h so it doesn't crash all over the
	place due to #ifdef HAVE_STARTUP_NOTIFICATION

	* src/util.c (meta_print_backtrace): export from this file

	* src/main.c (log_handler): print backtrace here
This commit is contained in:
Havoc Pennington
2002-10-27 03:03:32 +00:00
committed by Havoc Pennington
parent 4d5cc9d0bb
commit 04c9c3e058
11 changed files with 46 additions and 9 deletions

View File

@ -19,6 +19,7 @@
* 02111-1307, USA.
*/
#include <config.h>
#include "frame.h"
#include "errors.h"
#include "keybindings.h"