clang is picky about the correct name of stdarg.h

This commit is contained in:
Enno Rehling 2016-01-31 21:40:19 +01:00
parent 217fbca656
commit b0bb566f47
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <string.h>
#include <stdlib.h>
#include <assert.h>
#include <varargs.h>
#include <stdarg.h>
#include <util/log.h>
#pragma warning(disable: 4210)