Kaynağa Gözat

Merge pull request #51 from Lawlieta/master

【修复】atoi 函数编译警告
朱天龙 (Armink) 6 yıl önce
ebeveyn
işleme
67e577c68c
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      src/webclient.c

+ 3 - 0
src/webclient.c

@@ -14,6 +14,9 @@
  * 2018-08-07     chenyong     modify header processing
  */
 
+#include <stdio.h>
+#include <stdlib.h>
+
 #include <string.h>
 #include <sys/time.h>