Fix compilation of debug mode, add missing include stdarg.h
This commit is contained in:
parent
65c8c26b68
commit
1045517be2
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue