samples: sockets: echo: Include stdlib.h
Include stdlib.h to suppress a missing declaration warning for exit() when compiled as a Linux target. Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
This commit is contained in:
parent
63567c90ea
commit
f4ebf53cfb
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifndef __ZEPHYR__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue