fix missing include (gcc)

This commit is contained in:
Enno Rehling 2015-08-05 16:02:15 +02:00
parent e9b1d6a0ae
commit 0f5567b7f8
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <errno.h>
#include <limits.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include <time.h>