Fix util.c:116:2: error: unknown type name ‘va_list’ (#722)

This commit is contained in:
Fl0-0 2018-11-26 08:11:11 +01:00 committed by pwpiwi
commit 03439be30f

View file

@ -16,6 +16,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <stdarg.h>
#ifdef _WIN32
#include <windows.h>