From: Dmitry V. Levin Date: Tue, 15 Aug 2017 22:34:46 +0000 (+0000) Subject: tests/test_nlattr.h: include X-Git-Tag: v4.19~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a10961a9e1b4a1635f9a7f083a5f398fd360a714;p=strace tests/test_nlattr.h: include * tests/test_nlattr.h: Include for definition of uint16_t used by init_nlattr. --- diff --git a/tests/test_nlattr.h b/tests/test_nlattr.h index 204c4371..c282167b 100644 --- a/tests/test_nlattr.h +++ b/tests/test_nlattr.h @@ -29,6 +29,7 @@ #include "print_fields.h" #include +#include #include #include #include "netlink.h"