mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 00:16:14 +02:00
Fix build with musl libc
Add missing #include <climits>, needed for NAME_MAX.
This commit is contained in:
parent
289d0e7644
commit
d27ebabc67
@ -1,6 +1,7 @@
|
||||
#ifdef ENABLE_INOTIFY
|
||||
#include "debug.h"
|
||||
|
||||
#include <climits>
|
||||
#include <dirent.h>
|
||||
#include <pthread.h>
|
||||
#include <SDL.h>
|
||||
|
Loading…
Reference in New Issue
Block a user