mirror of
https://github.com/glfw/glfw.git
synced 2025-04-08 22:59:04 +00:00
Added missing libc headers.
This commit is contained in:
parent
47ea99b81e
commit
49f71f8266
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@
|
|||
#include <sys/ioctl.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
// Joystick event types
|
||||
#define JS_EVENT_BUTTON 0x01 /* button pressed/released */
|
||||
|
|
Loading…
Add table
Reference in a new issue