From 7362d6521689e1ca120ad3da0f351d3b9f0fe21b Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 25 Nov 2010 00:05:01 +0200 Subject: [PATCH] * mug-msg-list-view.h: fix include path --- toys/mug/mug-msg-list-view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/mug/mug-msg-list-view.h b/toys/mug/mug-msg-list-view.h index d59b99d7..8d97d4c0 100644 --- a/toys/mug/mug-msg-list-view.h +++ b/toys/mug/mug-msg-list-view.h @@ -21,7 +21,7 @@ #define __MUG_MSG_LIST_VIEW_H__ #include -#include "src/mu-result.h" +#include G_BEGIN_DECLS