[libgd] stack-switcher: fix include
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgd] stack-switcher: fix include
- Date: Wed, 20 Feb 2013 02:01:33 +0000 (UTC)
commit 18d81f5e9092afdffe93d88704f0a840d33891f8
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Feb 19 20:55:22 2013 -0500
stack-switcher: fix include
Needed for make distcheck to pass
libgd/gd-stack-switcher.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgd/gd-stack-switcher.h b/libgd/gd-stack-switcher.h
index 2cdbba5..57e99e8 100644
--- a/libgd/gd-stack-switcher.h
+++ b/libgd/gd-stack-switcher.h
@@ -21,7 +21,7 @@
#define __GD_STACK_SWITCHER_H__
#include <gtk/gtk.h>
-#include <libgd/gd-stack.h>
+#include "gd-stack.h"
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]