[seahorse] Fix duplicate typedef of SeahorsePlace



commit 91de375df0f9f938d943ee2a79379484d5bc2751
Author: Stef Walter <stefw collabora co uk>
Date:   Mon Jan 16 10:48:47 2012 +0100

    Fix duplicate typedef of SeahorsePlace
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667982

 libseahorse/seahorse-place.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libseahorse/seahorse-place.h b/libseahorse/seahorse-place.h
index b915a81..5383f02 100644
--- a/libseahorse/seahorse-place.h
+++ b/libseahorse/seahorse-place.h
@@ -30,6 +30,7 @@
 #ifndef __SEAHORSE_PLACE_H__
 #define __SEAHORSE_PLACE_H__
 
+#include "seahorse-object.h"
 #include "seahorse-types.h"
 
 #include <gio/gio.h>
@@ -41,7 +42,6 @@
 #define SEAHORSE_IS_PLACE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), SEAHORSE_TYPE_PLACE))
 #define SEAHORSE_PLACE_GET_INTERFACE(obj)  (G_TYPE_INSTANCE_GET_INTERFACE ((obj), SEAHORSE_TYPE_PLACE, SeahorsePlaceIface))
 
-typedef struct _SeahorsePlace SeahorsePlace;
 typedef struct _SeahorsePlaceIface SeahorsePlaceIface;
 
 struct _SeahorsePlaceIface {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]