[totem] main: Fix build of totem.c



commit bb4eda787819fa08efe3ca559d6ead0e466c5cae
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Mar 10 14:44:02 2013 +0100

    main: Fix build of totem.c
    
    The error was:
    Undefined symbol: totem_session_try_restore()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695565

 src/totem.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/totem.c b/src/totem.c
index 906863a..c191c54 100644
--- a/src/totem.c
+++ b/src/totem.c
@@ -48,6 +48,7 @@
 #include "totem-uri.h"
 #include "totem-preferences.h"
 #include "totem-sidebar.h"
+#include "totem-session.h"
 #include "video-utils.h"
 
 static gboolean startup_called = FALSE;


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