http2: use correct include for snprintf
authorGisle Vanem <gvanem@broadpark.no>
Fri, 6 Sep 2013 11:56:35 +0000 (13:56 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 6 Sep 2013 11:56:35 +0000 (13:56 +0200)
commit900ccc26ae2eda8b56f69775b59678734a1c4f99
tree19b582f8c480fc413afb827d2ce88ab9bf916f54
parent01d7bbbebe131d56fe0db4fe28885ba2975d2366
http2: use correct include for snprintf

Using the first little merge of nghttp2 into libcurl, I stumbeled on the
missing 'snprintf' in MSVCRT. Isn't this how we do it for other libcurl
files?  I.e. use 'curl_msnprintf' and not 'snprintf' directly:
lib/http2.c