From c603821285553385e2026c5091bdcc0c7ad11fcb Mon Sep 17 00:00:00 2001 From: David McCullough Date: Mon, 6 Jul 2009 04:45:16 +0000 Subject: [PATCH] the flat.h header uses things like uint32_t but does not pull in the appropriate stdint.h header Mike Frysinger --- flat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/flat.h b/flat.h index 8257b45..2fef529 100644 --- a/flat.h +++ b/flat.h @@ -17,6 +17,7 @@ #include #include #endif +#include #define FLAT_VERSION 0x00000004L -- 2.11.0