1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Added missing libc headers.

This commit is contained in:
Camilla Berglund 2010-09-25 19:26:57 +02:00
parent 47ea99b81e
commit 49f71f8266

View File

@ -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 */