Add missing include <stdlib.h> for free(3)

This commit is contained in:
Pierre Pronchery 2018-02-01 19:37:54 +01:00
parent 8cf25789dd
commit 75e2056f8f

View File

@ -30,6 +30,7 @@
#include <System.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>