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
1 changed files with 1 additions and 0 deletions

View File

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