Commit c48df895 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

iscsi_tgt: add missing #include <stdlib.h>



Change-Id: I8dd467057d8de8b3f1888a6995c3ffe9d4969b8b
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 1e92d78a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@

#include <inttypes.h>
#include <stdint.h>
#include <stdlib.h>
#include <signal.h>

#include <sys/types.h>