ソースを参照

Added missing include of stdint.h

tags/v0.9.3
Michael Brown 17年前
コミット
e106a39ce8
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      src/include/vsprintf.h

+ 1
- 0
src/include/vsprintf.h ファイルの表示

31
  *
31
  *
32
  */
32
  */
33
 
33
 
34
+#include <stdint.h>
34
 #include <stdarg.h>
35
 #include <stdarg.h>
35
 
36
 
36
 #define PRINTF_NO_LENGTH ( ( size_t ) -1 )
37
 #define PRINTF_NO_LENGTH ( ( size_t ) -1 )

読み込み中…
キャンセル
保存