forked from github/server
clang is picky about the correct name of stdarg.h
This commit is contained in:
parent
217fbca656
commit
b0bb566f47
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue