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

net: include stdint.h for uint*_t types



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

#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>
#include <unistd.h>
#include <sys/uio.h>