Skip to content

Commit

Permalink
fix stddef.h compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
chewitt committed Jan 15, 2022
1 parent 991fdb4 commit 3cd3a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion availink/common/avl_bsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <stdint.h>
#include <linux/types.h>
#endif
#include <stddef.h>
#include <linux/stddef.h>

typedef struct mutex avl_sem_t;
/********************************/
Expand Down

0 comments on commit 3cd3a03

Please sign in to comment.