aboutsummaryrefslogtreecommitdiff
path: root/lib/http2.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-09-07 19:47:26 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-09-07 19:48:01 +0200
commit3d60590422f710ccccc64aa0619a13aeed1b0547 (patch)
tree6ce88d05bbcc31d3e9c8b00cc7c0a58dd664f330 /lib/http2.c
parent08fa4fed70cfb499f8e3e6f1c0d55f25104565e8 (diff)
http2: include curl_memory.h
Detected by test 1132
Diffstat (limited to 'lib/http2.c')
-rw-r--r--lib/http2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http2.c b/lib/http2.c
index 2f58059a0..4b461dd01 100644
--- a/lib/http2.c
+++ b/lib/http2.c
@@ -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"