Browse Source

include stdint.h from avio.h

rdb 14 years ago
parent
commit
8f41f7ac7a
2 changed files with 6 additions and 0 deletions
  1. 3 0
      dtool/src/parser-inc/avio.h
  2. 3 0
      dtool/src/parser-inc/libavformat/avio.h

+ 3 - 0
dtool/src/parser-inc/avio.h

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

+ 3 - 0
dtool/src/parser-inc/libavformat/avio.h

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