Compilation fixes

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-01-13 18:48:40 +01:00
parent 9bdde87b63
commit 5d2dd5aa75
3 changed files with 2 additions and 5 deletions

View File

@@ -20,6 +20,7 @@
#define _RANDOM_H_
#include <stdlib.h>
#include <stdint.h>
#ifndef ENABLE_EMULATION
#include "pico/stdlib.h"
#endif