20110512-2210

This commit is contained in:
charles forsyth 2011-05-12 22:10:52 +01:00
parent ff3cd19e32
commit 864baf1d4f
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ typedef unsigned long long int uint64_t;
#endif
#include <inttypes.h> /* for int64_t et al. */
#include <stdlib.h>
#include <stdarg.h> /* for va_list, vararg macros */
#ifndef va_copy
#ifdef __va_copy