]> git.proxmox.com Git - mirror_lxcfs.git/commitdiff
Merge pull request #255 from brauner/2018-08-26/fix_makedev
authorStéphane Graber <stgraber@stgraber.org>
Sun, 26 Aug 2018 20:09:35 +0000 (16:09 -0400)
committerGitHub <noreply@github.com>
Sun, 26 Aug 2018 20:09:35 +0000 (16:09 -0400)
tests: include missing sys/sysmacros.h header

tests/test_syscalls.c

index 8561cfcd32f20d6294c41b3c9522ef2d9253fc14..5a9f9513eed9e90b5774c9172bc5feac7421a716 100644 (file)
@@ -3,6 +3,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <sys/sysmacros.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <linux/un.h>