Skip to content

Commit

Permalink
Fix linker.c includes for win32 (fix #911)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Aug 16, 2015
1 parent f957a5d commit 365c100
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions linker.c
Expand Up @@ -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"
Expand Down

0 comments on commit 365c100

Please sign in to comment.