x52_cli: Add stdlib.h include to prevent warnings

pull/10/head
nirenjan 2016-07-31 12:25:07 -07:00
parent ea2927859b
commit b39c13fe1b
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <time.h>