소스 검색

Add stdio include;

bjorn 6 달 전
부모
커밋
e8ebda5e30
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      http.c

+ 1 - 0
http.c

@@ -3,6 +3,7 @@
 #include <stdint.h>
 #include <string.h>
 #include <stdbool.h>
+#include <stdio.h>
 
 typedef void fn_header(void* userdata, const char* name, size_t nameLength, const char* value, size_t valueLength);