From 8522e44467ebcac54201def2c6583639e74e9e24 Mon Sep 17 00:00:00 2001 From: yazoo Date: Tue, 29 Jan 2008 07:43:06 +0000 Subject: Portage win32 --- hashtab.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hashtab.c') diff --git a/hashtab.c b/hashtab.c index 8e278a1..1ddab62 100644 --- a/hashtab.c +++ b/hashtab.c @@ -28,7 +28,11 @@ This implements a hash table. -------------------------------------------------------------------- */ +#ifdef WIN32 +#include "stdint.h" +#else #include +#endif #include #include "lookupa.h" -- cgit v1.2.3