Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
[[ Android ]] Remove syslimits include
Browse files Browse the repository at this point in the history
  • Loading branch information
livecodeali committed Jun 20, 2018
1 parent 95ede13 commit 9a842a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcore/src/filesystem.cpp
Expand Up @@ -156,7 +156,7 @@ bool MCFileSystemPathExists(const char *p_path, bool p_folder, bool& r_exists)

#elif defined(_MACOSX) || defined(_LINUX) || defined(TARGET_SUBPLATFORM_ANDROID) || defined(TARGET_SUBPLATFORM_IPHONE)

#ifndef _LINUX
#if defined(_MACOSX) || defined(TARGET_SUBPLATFORM_IPHONE)
#include <sys/syslimits.h>
#endif

Expand Down

0 comments on commit 9a842a0

Please sign in to comment.