From 8a6d409bf694b4a4972acf5a80f040492d70df24 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Sat, 5 Jan 2008 02:50:35 +0000 Subject: Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy currently. (bzr r4389) --- src/debug/simple-event.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/debug') diff --git a/src/debug/simple-event.h b/src/debug/simple-event.h index 24f1c7545..3126f10f1 100644 --- a/src/debug/simple-event.h +++ b/src/debug/simple-event.h @@ -14,8 +14,10 @@ #include #include -#include "glib/gstrfuncs.h" -#include "glib/gmessages.h" +#include +#include +#include + #include "gc-alloc.h" #include "debug/event.h" -- cgit v1.2.3