ekiga r6015 - in branches/gnome-2-20: . lib/gui
- From: dsandras svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6015 - in branches/gnome-2-20: . lib/gui
- Date: Sun, 2 Mar 2008 08:40:48 +0000 (GMT)
Author: dsandras
Date: Sun Mar 2 08:40:47 2008
New Revision: 6015
URL: http://svn.gnome.org/viewvc/ekiga?rev=6015&view=rev
Log:
Fixed compilation on OpenSUSE thanks to Rodrigo Moya. Thanks!
Modified:
branches/gnome-2-20/ChangeLog
branches/gnome-2-20/lib/gui/gmconfwidgets.c
branches/gnome-2-20/lib/gui/gmconnectbutton.c
branches/gnome-2-20/lib/gui/gmpreferences.c
Modified: branches/gnome-2-20/lib/gui/gmconfwidgets.c
==============================================================================
--- branches/gnome-2-20/lib/gui/gmconfwidgets.c (original)
+++ branches/gnome-2-20/lib/gui/gmconfwidgets.c Sun Mar 2 08:40:47 2008
@@ -35,6 +35,7 @@
*
*/
+#include <string.h>
#include "gmconfwidgets.h"
Modified: branches/gnome-2-20/lib/gui/gmconnectbutton.c
==============================================================================
--- branches/gnome-2-20/lib/gui/gmconnectbutton.c (original)
+++ branches/gnome-2-20/lib/gui/gmconnectbutton.c Sun Mar 2 08:40:47 2008
@@ -35,7 +35,7 @@
*
*/
-
+#include <string.h>
#include "gmconnectbutton.h"
Modified: branches/gnome-2-20/lib/gui/gmpreferences.c
==============================================================================
--- branches/gnome-2-20/lib/gui/gmpreferences.c (original)
+++ branches/gnome-2-20/lib/gui/gmpreferences.c Sun Mar 2 08:40:47 2008
@@ -35,7 +35,7 @@
*
*/
-
+#include <string.h>
#include "gmpreferences.h"
#include "gmconfwidgets.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]