added #include <stdint.h>

This commit is contained in:
tTh 2022-11-07 12:39:07 +01:00
parent d750c027fa
commit be4b6a774e
1 changed files with 2 additions and 2 deletions

View File

@ -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 <stdint.h>
/*
* in memory descriptor of a floating image
*/