]> granicus.if.org Git - curl/commitdiff
http2: include curl_memory.h
authorDaniel Stenberg <daniel@haxx.se>
Sat, 7 Sep 2013 17:47:26 +0000 (19:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 7 Sep 2013 17:48:01 +0000 (19:48 +0200)
Detected by test 1132

lib/http2.c

index 2f58059a0f82951fd57a88bf1325708077e6260d..4b461dd01dbce410c94b44b6ecdd7d90fcfbc892 100644 (file)
@@ -32,6 +32,7 @@
 #include "http.h"
 #include "sendf.h"
 #include "curl_base64.h"
+#include "curl_memory.h"
 
 /* include memdebug.h last */
 #include "memdebug.h"