Fix include so packlib builds after latest wine sync.

svn path=/trunk/; revision=17726
This commit is contained in:
Andrew Munger 2005-09-07 19:09:56 +00:00
parent abe6592a41
commit 43692c4674

View file

@ -13,7 +13,7 @@
#include "package.hpp"
#include "expat.h"
#include "log.h"
#include <wine/urlmon.h>
#include <urlmon.h>
HRESULT WINAPI URLDownloadToFileA(
LPUNKNOWN pCaller,