5 May
2008
5 May
'08
12:14 p.m.
Module: wine Branch: master Commit: dbe65d03e2a2c66db19f9daebf8774ab27f540a1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=dbe65d03e2a2c66db19f9daebf... Author: Andrew Talbot <andrew.talbot(a)talbotville.com> Date: Fri May 2 23:27:39 2008 +0100 dbghelp: Include port.h for possible alternative to strtoull(). --- dlls/dbghelp/stabs.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/dbghelp/stabs.c b/dlls/dbghelp/stabs.c index 889a775..d550633 100644 --- a/dlls/dbghelp/stabs.c +++ b/dlls/dbghelp/stabs.c @@ -30,6 +30,7 @@ */ #include "config.h" +#include "wine/port.h" #include <sys/types.h> #include <fcntl.h>