2
0
bjorn 5 сар өмнө
parent
commit
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);