Add missing #include <stdlib.h>

This commit is contained in:
wbaumann
2012-01-12 20:11:25 +00:00
parent 6e8c8d5cb4
commit 3665f06808
3 changed files with 10 additions and 0 deletions

View File

@ -37,6 +37,9 @@
#include <stdint.h>
#endif
#include <stdio.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif

View File

@ -33,6 +33,9 @@
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif