include glib.h instead of limits.h
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user