Added missing stdarg.h include

This commit is contained in:
yabause 2013-05-22 19:59:48 +00:00
parent 0e4e74d8f7
commit 7a160accc7
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <string.h>
#include <string>
#include <stdarg.h>
#include "common.h"
char *trim(char *s, int len)