commit | 6c2010a00441703f86fbe9d6575e31306cb91cb8 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Feb 09 14:31:30 2016 -0800 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Feb 09 14:38:56 2016 -0800 |
tree | 5e80eb0e34348e371ef86199c435b604377dc3ac | |
parent | 8ff9f063608f2cb9a419b90f3925ff20a8e694d2 [diff] |
Fix incorrect includes When compiling on Apline Linux 3.3.1, it complains: > In file included from enter.c:30:0: > /usr/include/wait.h:1:2: warning: #warning redirecting incorrect #include <wait.h> to <sys/wait.h> [-Wcpp] > #warning redirecting incorrect #include <wait.h> to <sys/wait.h> Indeed, it should be <sys/wait.h>. Same for <sys/poll.h> in vznnc.c -- it should be <poll.h>. Signed-off-by: Kir Kolyshkin <kir@openvz.org>