include stdint.h from avio.h
This commit is contained in:
parent
28f1fd83ca
commit
8f41f7ac7a
|
|
@ -1,3 +1,6 @@
|
|||
#ifndef AVIO_H
|
||||
#define AVIO_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
#ifndef AVIO_H
|
||||
#define AVIO_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue