[Xfce4-commits] <xfce4-settings:master> Add X11/keysym.h include to keyboards.c.

Jérôme Guelfucci noreply at xfce.org
Fri Nov 5 21:02:01 CET 2010


Updating branch refs/heads/master
         to 9cc15aebb5135f36877581d75414e1fbbaa5a988 (commit)
       from f6831efbee8f61d8ab6715cacacf6101f774c2c7 (commit)

commit 9cc15aebb5135f36877581d75414e1fbbaa5a988
Author: Peter Tribble <peter.tribble at gmail.com>
Date:   Fri Nov 5 21:01:01 2010 +0100

    Add X11/keysym.h include to keyboards.c.

 xfce4-settings-helper/keyboards.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/xfce4-settings-helper/keyboards.c b/xfce4-settings-helper/keyboards.c
index 0880c88..9c6c291 100644
--- a/xfce4-settings-helper/keyboards.c
+++ b/xfce4-settings-helper/keyboards.c
@@ -33,6 +33,7 @@
 
 #include <X11/Xlib.h>
 #include <X11/XKBlib.h>
+#include <X11/keysym.h>
 
 #include <glib.h>
 #include <gtk/gtk.h>



More information about the Xfce4-commits mailing list