From dbe65d03e2a2c66db19f9daebf8774ab27f540a1 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Fri, 2 May 2008 23:27:39 +0100 Subject: [PATCH] dbghelp: Include port.h for possible alternative to strtoull(). --- dlls/dbghelp/stabs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/dbghelp/stabs.c b/dlls/dbghelp/stabs.c index 889a775819..d5506337f7 100644 --- a/dlls/dbghelp/stabs.c +++ b/dlls/dbghelp/stabs.c @@ -30,6 +30,7 @@ */ #include "config.h" +#include "wine/port.h" #include #include