Author: jannis
Date: 2008-11-23 17:47:49 +0000 (Sun, 23 Nov 2008)
New Revision: 28894
Modified:
thunar/trunk/ChangeLog
thunar/trunk/thunar/thunar-shortcuts-model.c
thunar/trunk/thunar/thunar-window.c
Log:
* thunar/thunar-shortcuts-model.c, thunar/thunar-window.c: Add ifdefs
around includes to fix make distcheck. Spotted by Nick.
Modified: thunar/trunk/ChangeLog
===================================================================
--- thunar/trunk/ChangeLog 2008-11-23 16:32:05 UTC (rev 28893)
+++ thunar/trunk/ChangeLog 2008-11-23 17:47:49 UTC (rev 28894)
@@ -1,3 +1,8 @@
+2008-11-23 Jannis Pohlmann <[EMAIL PROTECTED]>
+
+ * thunar/thunar-shortcuts-model.c, thunar/thunar-window.c: Add ifdefs
+ around includes to fix make distcheck. Spotted by Nick.
+
2008-11-20 Jannis Pohlmann <[EMAIL PROTECTED]>
* thunar/thunar-application.c (thunar_application_process_filenames):
Modified: thunar/trunk/thunar/thunar-shortcuts-model.c
===================================================================
--- thunar/trunk/thunar/thunar-shortcuts-model.c 2008-11-23 16:32:05 UTC
(rev 28893)
+++ thunar/trunk/thunar/thunar-shortcuts-model.c 2008-11-23 17:47:49 UTC
(rev 28894)
@@ -24,10 +24,15 @@
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif
+#ifdef HAVE_STDIO_H
#include <stdio.h>
+#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
+#ifdef HAVE_LOCALE_H
+#include <locale.h>
+#endif
#include <thunar/thunar-file.h>
#include <thunar/thunar-shortcuts-model.h>
Modified: thunar/trunk/thunar/thunar-window.c
===================================================================
--- thunar/trunk/thunar/thunar-window.c 2008-11-23 16:32:05 UTC (rev 28893)
+++ thunar/trunk/thunar/thunar-window.c 2008-11-23 17:47:49 UTC (rev 28894)
@@ -24,6 +24,9 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
+#ifdef HAVE_LOCALE_H
+#include <locale.h>
+#endif
#include <gdk/gdkkeysyms.h>
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits