From 48b103cad79630b20641a68b86fa34a0e8ad442e Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 20 Dec 2015 03:24:00 -0800 Subject: path-win: include initguid.h cygwin was giving undefined reference to `FOLDERID_Desktop' at link time --- osdep/path-win.c | 1 + 1 file changed, 1 insertion(+) (limited to 'osdep') diff --git a/osdep/path-win.c b/osdep/path-win.c index d9042ee0e7..6e09e3861b 100644 --- a/osdep/path-win.c +++ b/osdep/path-win.c @@ -17,6 +17,7 @@ #include #include +#include #include #include -- cgit v1.2.3