common: Add the XInput2 headers to common.h, which everything uses

https://bugzilla.gnome.org/show_bug.cgi?id=688779
This commit is contained in:
Jasper St. Pierre 2012-11-15 17:44:49 -05:00
parent f0c1e39fb7
commit 8bf8f3ea55

View File

@ -30,6 +30,8 @@
/* Don't include core headers here */
#include <X11/Xlib.h>
#include <X11/extensions/XInput.h>
#include <X11/extensions/XInput2.h>
#include <glib.h>
#include <gtk/gtk.h>