Skip to content
Snippets Groups Projects
Commit f853b398 authored by rswindell's avatar rswindell
Browse files

#includes paths.h if INCLUDE_PATHS_H is pre-defined.

parent dd80907f
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,10 @@
#include <sys/param.h> /* PATH_MAX */
#endif
#if defined(INCLUDE_PATHS_H)
#include <paths.h> /* _PATHS_* macros */
#endif
#include "gen_defs.h" /* ulong */
#include "wrapdll.h" /* DLLEXPORT and DLLCALL */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment