include stdint.h from avio.h

This commit is contained in:
rdb 2011-04-16 20:25:17 +00:00
parent 28f1fd83ca
commit 8f41f7ac7a
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#ifndef AVIO_H
#define AVIO_H
#include <stdint.h>
#endif

View File

@ -1,3 +1,6 @@
#ifndef AVIO_H
#define AVIO_H
#include <stdint.h>
#endif