diff options
author | Benedikt Meurer <benny@xfce.org> | 2003-04-02 16:03:27 +0000 |
---|---|---|
committer | Benedikt Meurer <benny@xfce.org> | 2003-04-02 16:03:27 +0000 |
commit | 3e076768fe954fd7c293b16f1ea7171e26451335 (patch) | |
tree | 0770bd5eef96ff186741cf72c198b9d8902b2594 /src/spinning_cursor.c | |
parent | 69a7c4b0c83fc7da088e9e5d151d6a0f56904ef2 (diff) | |
download | xfwm4-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.c | 2 |
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> |