From 49f71f82664c095ff18fcc07ed864de5c992291b Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sat, 25 Sep 2010 19:26:57 +0200 Subject: [PATCH] Added missing libc headers. --- src/x11/x11_joystick.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/x11/x11_joystick.c b/src/x11/x11_joystick.c index 5bbe3f9c..d5939146 100644 --- a/src/x11/x11_joystick.c +++ b/src/x11/x11_joystick.c @@ -47,6 +47,8 @@ #include #include #include +#include +#include // Joystick event types #define JS_EVENT_BUTTON 0x01 /* button pressed/released */