Added missing stdarg.h include
This commit is contained in:
parent
0e4e74d8f7
commit
7a160accc7
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
#include <stdarg.h>
|
||||
#include "common.h"
|
||||
|
||||
char *trim(char *s, int len)
|
||||
|
|
Loading…
Reference in New Issue