1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Fix linker.c includes for win32 (fix #911)

This commit is contained in:
Nicolas Williams
2015-08-16 00:03:10 -05:00
parent f957a5d639
commit 365c1000e7

View File

@ -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"