flash: add includes for stdint.h and stdlib.h
This commit is contained in:
parent
c594c2aa9a
commit
80a5ecc64c
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
struct flash_dev;
|
||||
|
||||
struct flash_ops {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue