From 9f3b5ae89c67b4a810004431e27ba4a92a0d08ad Mon Sep 17 00:00:00 2001 From: Bang Jun-young Date: Wed, 17 Oct 2007 17:08:17 +0900 Subject: [PATCH] ole32: Include wine/port.h for snprintf(). --- dlls/ole32/ole32_main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/ole32/ole32_main.c b/dlls/ole32/ole32_main.c index 1d58d557da8..89878b7323f 100644 --- a/dlls/ole32/ole32_main.c +++ b/dlls/ole32/ole32_main.c @@ -18,6 +18,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "config.h" +#include "wine/port.h" + #include #include