summaryrefslogtreecommitdiff
path: root/src/spinning_cursor.c
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2003-04-02 16:03:27 +0000
committerBenedikt Meurer <benny@xfce.org>2003-04-02 16:03:27 +0000
commit3e076768fe954fd7c293b16f1ea7171e26451335 (patch)
tree0770bd5eef96ff186741cf72c198b9d8902b2594 /src/spinning_cursor.c
parent69a7c4b0c83fc7da088e9e5d151d6a0f56904ef2 (diff)
downloadxfwm4-3e076768fe954fd7c293b16f1ea7171e26451335.tar.gz
Updated i18n stuff (libxfce4util now provides a i18n.h).
updated X11.m4 updated xfwm4 to compile well with -Werror -Wall updated xfce-mcs-plugins and added a hint to the README for XFree86 users (Old svn revision: 11031)
Diffstat (limited to 'src/spinning_cursor.c')
-rw-r--r--src/spinning_cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spinning_cursor.c b/src/spinning_cursor.c
index 9793f415d..db7e6880c 100644
--- a/src/spinning_cursor.c
+++ b/src/spinning_cursor.c
@@ -19,7 +19,7 @@
*/
#ifdef HAVE_CONFIG_H
-# include "config.h"
+#include <config.h>
#endif
#include <X11/Xlib.h>