]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Fix util.c:116:2: error: unknown type name ‘va_list’ (#722)
authorFl0-0 <Fl0-0@users.noreply.github.com>
Mon, 26 Nov 2018 07:11:11 +0000 (08:11 +0100)
committerpwpiwi <pwpiwi@users.noreply.github.com>
Mon, 26 Nov 2018 07:11:11 +0000 (08:11 +0100)
client/util.c

index 242a8a2840fa150c8700443dbbc92daf4d5e10ea..423d14a08a80736c6e729fc6a4db51c5112dac08 100644 (file)
@@ -16,6 +16,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <time.h>
+#include <stdarg.h>
 
 #ifdef _WIN32
 #include <windows.h>
Impressum, Datenschutz