Proposed fix for issue #161

Header include should follow the same preprocessor rules as function definition.
This commit is contained in:
Evgen Bodunov
2020-10-08 11:47:09 +03:00
committed by GitHub
parent 7848566815
commit 115dd428cf

View File

@ -141,7 +141,7 @@
# endif // HAS_REMOTE_API
#else // !_WIN32
# include <unistd.h>
# if !USE_OS_TZDB
# if !USE_OS_TZDB && !defined(INSTALL)
# include <wordexp.h>
# endif
# include <limits.h>