1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-06-16 06:59:48 +03:00

Fix build with musl libc

Add missing #include <climits>, needed for NAME_MAX.
This commit is contained in:
Maarten ter Huurne 2014-09-11 06:48:59 +02:00
parent 289d0e7644
commit d27ebabc67

View File

@ -1,6 +1,7 @@
#ifdef ENABLE_INOTIFY
#include "debug.h"
#include <climits>
#include <dirent.h>
#include <pthread.h>
#include <SDL.h>