add stdlib in brlib.h (unexplained error in __abs_choose_expr)

This commit is contained in:
2024-03-07 22:51:48 +01:00
parent 9162db31e3
commit 8ff163dcf5

View File

@@ -18,6 +18,7 @@
#ifndef _BRLIB_H
#define _BRLIB_H
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
#include <bits/wordsize.h> /* defines __WORDSIZE: 32 or 64 */