Fix compilation of debug mode, add missing include stdarg.h

This commit is contained in:
Pali Rohár 2013-02-08 19:58:14 +01:00
parent 65c8c26b68
commit 1045517be2

View file

@ -35,6 +35,7 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#ifdef WIN32
#include <windows.h>