Fix fixed point

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

View File

@ -6,11 +6,13 @@
#ifdef unigi_flag_exception #ifdef unigi_flag_exception
#error "The configuration is invalid! Compilation cannot continue, fix the errors above." #error "The configuration is invalid! Compilation cannot continue, fix the errors above."
#else #else
#include "type/int.h" #include "type/int.h"
#ifndef unigi_flag_fixedpoint #ifndef unigi_flag_fixedpoint
#include "type/float.h" #include "type/float.h"
#else #else
#include <sys/types.h>
#include <stdio.h>
#include "type/float_fp.h" #include "type/float_fp.h"
#endif #endif