forked from HowardHinnant/date
Proposed fix for issue #161
Header include should follow the same preprocessor rules as function definition.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user