dbghelp: Include port.h for possible alternative to strtoull().

This commit is contained in:
Andrew Talbot 2008-05-02 23:27:39 +01:00 committed by Alexandre Julliard
parent e2f690a0ac
commit dbe65d03e2

View File

@ -30,6 +30,7 @@
*/
#include "config.h"
#include "wine/port.h"
#include <sys/types.h>
#include <fcntl.h>