Преглед изворни кода

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…
Откажи
Сачувај