瀏覽代碼

include stdint.h from avio.h

rdb 14 年之前
父節點
當前提交
8f41f7ac7a
共有 2 個文件被更改,包括 6 次插入0 次删除
  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