From 8522e44467ebcac54201def2c6583639e74e9e24 Mon Sep 17 00:00:00 2001 From: yazoo Date: Tue, 29 Jan 2008 07:43:06 +0000 Subject: Portage win32 --- hashtab.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hashtab.h') diff --git a/hashtab.h b/hashtab.h index 2f8b22c..45ad923 100644 --- a/hashtab.h +++ b/hashtab.h @@ -31,7 +31,11 @@ This implements a hash table. #ifndef HASHTAB #define HASHTAB +#ifdef WIN32 +#include "stdint.h" +#else #include +#endif #include /* PRIVATE TYPES AND DEFINITIONS */ -- cgit v1.2.3