tests: fix build with fresh glibc

* tests/netlink_unix_diag.c: Include <stdint.h>.
This commit is contained in:
Дмитрий Левин 2015-01-08 22:29:12 +00:00
parent e11169a5ba
commit b653509746

View File

@ -1,5 +1,6 @@
#include <assert.h>
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include <unistd.h>
#include <sys/socket.h>