Zoul platform.c: include stdlib.h

This commit is contained in:
Simon Duquennoy 2018-02-27 12:35:58 -08:00 committed by Atis Elsts
parent a2262786b1
commit 635d8d78f7
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@
#include <stdint.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
/*---------------------------------------------------------------------------*/
/* Log configuration */
#include "sys/log.h"