#include "config.h"

2008-06-26  Michael Natterer  <mitch@imendio.com>

	* gtk/gtkfilesystem.c: #include "config.h"


svn path=/trunk/; revision=20688
This commit is contained in:
Michael Natterer 2008-06-26 10:19:23 +00:00 committed by Michael Natterer
parent 1732652e71
commit 1a6b0cb1ca
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-06-26 Michael Natterer <mitch@imendio.com>
* gtk/gtkfilesystem.c: #include "config.h"
2008-06-26 Carlos Garnacho <carlos@imendio.com>
* gtk/gtkfilechooserdefault.c

View File

@ -20,9 +20,12 @@
* Authors: Carlos Garnacho <carlos@imendio.com>
*/
#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <string.h>
#include "gtkfilesystem.h"
#include "gtkprivate.h"