Author: alexl
Date: Mon Jan 28 20:19:16 2008
New Revision: 1192
URL: http://svn.gnome.org/viewvc/gvfs?rev=1192&view=rev
Log:
2008-01-28 Alexander Larsson <[EMAIL PROTECTED]>
* daemon/daemon-main.c:
* daemon/main.c:
Include locate.h for setlocale
Modified:
trunk/ChangeLog
trunk/daemon/daemon-main.c
trunk/daemon/main.c
Modified: trunk/daemon/daemon-main.c
==============================================================================
--- trunk/daemon/daemon-main.c (original)
+++ trunk/daemon/daemon-main.c Mon Jan 28 20:19:16 2008
@@ -25,6 +25,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
+#include <locale.h>
#include <glib.h>
#include <dbus/dbus.h>
Modified: trunk/daemon/main.c
==============================================================================
--- trunk/daemon/main.c (original)
+++ trunk/daemon/main.c Mon Jan 28 20:19:16 2008
@@ -32,6 +32,7 @@
#include "gvfsbackendtest.h"
#include <gvfsdaemonprotocol.h>
#include "mount.h"
+#include <locale.h>
int
main (int argc, char *argv[])
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.