From 81f6edbfd579214b3e337885b5148c3931780365 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Fri, 25 Aug 2017 01:15:39 -0400 Subject: PR#331: for Visual Studio, use a snprintf/vsnprintf wrapper that ensures the string is terminated. --- printbuf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'printbuf.c') diff --git a/printbuf.c b/printbuf.c index 2745339..6c77b5d 100644 --- a/printbuf.c +++ b/printbuf.c @@ -27,6 +27,7 @@ #include "debug.h" #include "printbuf.h" +#include "snprintf_compat.h" #include "vasprintf_compat.h" static int printbuf_extend(struct printbuf *p, int min_size); -- cgit v1.2.1