From d9c97f37d9574db100f30a5f94b8f838a3228a2a Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 25 Oct 2004 21:50:09 +0000 Subject: [PATCH] Include wintrust.h. --- include/imagehlp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/imagehlp.h b/include/imagehlp.h index 5c37eecc584..00fff57cfa6 100644 --- a/include/imagehlp.h +++ b/include/imagehlp.h @@ -21,6 +21,8 @@ #ifndef __WINE_IMAGEHLP_H #define __WINE_IMAGEHLP_H +#include + #ifdef __cplusplus extern "C" { #endif /* defined(__cplusplus) */