From: David McCullough Date: Mon, 6 Jul 2009 04:45:16 +0000 (+0000) Subject: the flat.h header uses things like uint32_t but does not pull in the X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c603821285553385e2026c5091bdcc0c7ad11fcb;p=elf2flt.git the flat.h header uses things like uint32_t but does not pull in the appropriate stdint.h header Mike Frysinger --- 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