mirror of https://github.com/nirenjan/libx52.git
x52_cli: Add stdlib.h include to prevent warnings
parent
ea2927859b
commit
b39c13fe1b
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
|
|
Loading…
Reference in New Issue