Added missing libc headers.

master
Camilla Berglund ago%!(EXTRA string=15 years)
parent 47ea99b81e
commit 49f71f8266
  1. 2
      src/x11/x11_joystick.c

@ -47,6 +47,8 @@
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
#include <stdio.h>
#include <stdlib.h>
// Joystick event types // Joystick event types
#define JS_EVENT_BUTTON 0x01 /* button pressed/released */ #define JS_EVENT_BUTTON 0x01 /* button pressed/released */

Loading…
Cancel
Save