commit | 365c1000e7094ad1ffdd60130c9d477959894086 | [log] [tgz] |
---|---|---|
author | Nicolas Williams <nico@cryptonector.com> | Sun Aug 16 00:03:10 2015 -0500 |
committer | Nicolas Williams <nico@cryptonector.com> | Sun Aug 16 00:03:10 2015 -0500 |
tree | 476677e5d8e274a668c9b5f809fe31b4bc8421de | |
parent | f957a5d639a0b01025ba081d9023911f1d222425 [diff] |
Fix linker.c includes for win32 (fix #911)
diff --git a/linker.c b/linker.c index 85378a2..c9ea784 100644 --- a/linker.c +++ b/linker.c
@@ -8,6 +8,11 @@ #include <sys/stat.h> #include <libgen.h> +#ifdef WIN32 +#include <windows.h> +#include <shlwapi.h> +#endif + #include "jq_parser.h" #include "locfile.h" #include "jv.h"