Add include to remove warning.

SVN revision: 38167
This commit is contained in:
Cedric BAIL 2008-12-16 16:49:00 +00:00
parent a0ec6162f7
commit 00b5758937
1 changed files with 2 additions and 0 deletions

View File

@ -20,8 +20,10 @@
# include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#ifndef _WIN32
# include <time.h>
#else