]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
added stdarg.h for vsnprintf.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 27 Oct 2011 15:54:09 +0000 (17:54 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 27 Oct 2011 15:54:09 +0000 (17:54 +0200)
tests/utils.c

index fd543fe697524a670ae78a0c82e448a54419c4da..e101be58729eebd4567f139b35f07b327df3619f 100644 (file)
@@ -26,7 +26,8 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-
+#include <stdarg.h>
 #include "utils.h"
 
 int debug = 0;