Fix fixed point

This commit is contained in:
Fierelier 2024-04-21 14:11:26 +02:00
parent 5a232d9367
commit 8ea913312d

View File

@ -11,6 +11,8 @@
#ifndef unigi_flag_fixedpoint
#include "type/float.h"
#else
#include <sys/types.h>
#include <stdio.h>
#include "type/float_fp.h"
#endif