mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-27 17:11:37 +00:00
SDL_syshaptic.c and SDL_sysjoystick.c need string.h for strerror
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include <limits.h> /* For the definition of PATH_MAX */
|
||||
#ifdef HAVE_INOTIFY
|
||||
#include <sys/inotify.h>
|
||||
#include <string.h> /* strerror */
|
||||
#endif
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user