FileSystem: Include <limits.h> for PATH_MAX

This commit is contained in:
Michael Forney 2020-12-25 01:05:44 -08:00 committed by Connor McLaughlin
parent 8856099092
commit 4bca193ee1
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#else
#include <dirent.h>
#include <errno.h>
#include <limits.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>