Include missing <stdlib.h> to fix warnings

This commit is contained in:
Sebastian Huber 2019-05-13 11:13:49 +02:00
parent 061e27912c
commit 510d1c96f6

View File

@ -35,6 +35,7 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <rtems.h>
#include <rtems/bsd/bsd.h>