]> granicus.if.org Git - strace/commitdiff
tests/test_nlattr.h: include <stdint.h>
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 15 Aug 2017 22:34:46 +0000 (22:34 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 15 Aug 2017 22:34:46 +0000 (22:34 +0000)
* tests/test_nlattr.h: Include <stdint.h> for definition of uint16_t
used by init_nlattr.

tests/test_nlattr.h

index 204c4371e791681f12d6b8ae806a3457dfee26b5..c282167b3f687ba5db0bb4fa2ffe8db22a70b11f 100644 (file)
@@ -29,6 +29,7 @@
 #include "print_fields.h"
 
 #include <stdio.h>
+#include <stdint.h>
 #include <string.h>
 #include <sys/socket.h>
 #include "netlink.h"