소스 검색

Added missing include of stdint.h

tags/v0.9.3
Michael Brown 18 년 전
부모
커밋
e106a39ce8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/include/vsprintf.h

+ 1
- 0
src/include/vsprintf.h 파일 보기

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

Loading…
취소
저장