From be4b6a774e4ee0dc6e9e31867488974fed16cf18 Mon Sep 17 00:00:00 2001 From: tTh Date: Mon, 7 Nov 2022 12:39:07 +0100 Subject: [PATCH] added #include --- floatimg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/floatimg.h b/floatimg.h index f4d8f00..8e9dc28 100644 --- a/floatimg.h +++ b/floatimg.h @@ -20,11 +20,11 @@ * https://git.tetalab.org/tTh/FloatImg */ -#define FIMG_VERSION (206) +#define FIMG_VERSION (208) #define RELEASE_NAME ("noname") /* XXX add a test for stdint.h / uint32_t XXX */ - +#include /* * in memory descriptor of a floating image */