fix missing include

This commit is contained in:
Enno Rehling 2015-05-18 09:04:05 +02:00
parent 8e5fc28bfc
commit 72e041dd32
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* libc includes */ /* libc includes */
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
/* Simple Integer-Liste */ /* Simple Integer-Liste */