bsp,am: fix missing type definition

This commit is contained in:
Zihao Yu 2023-05-24 10:37:02 +08:00
parent e5c449a67d
commit 29b3356427
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,3 @@
typedef long ssize_t;
typedef long suseconds_t;
typedef unsigned long useconds_t;