include glib.h instead of limits.h
This commit is contained in:
parent
5dffa316df
commit
4d04ade414
|
|
@ -34,7 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
// to get PATH_MAX
|
||||
#include <stdio.h>
|
||||
#if defined (__linux__) || defined (__APPLE__)
|
||||
#include <limits.h>
|
||||
#include <glib.h>
|
||||
#include <dirent.h>
|
||||
#include <unistd.h>
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user