commit | 8ff9f063608f2cb9a419b90f3925ff20a8e694d2 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Feb 09 14:26:21 2016 -0800 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Feb 09 14:33:42 2016 -0800 |
tree | 45f319113fdfbefd07155da614f469706b1d1f71 | |
parent | 095c8d40dda39feb3c2073e120e061e331ba7233 [diff] |
Fix compile on Alpine Linux When compiling vzctl on Alpine Linux 3.3.1, there is a number of errors like these: hooks_vz.c:513:11: error: 'PATH_MAX' undeclared (first use in this function) hooks_vz.c:600:11: error: 'PIPE_BUF' undeclared (first use in this function) Fix by adding #include <limits.h> Signed-off-by: Kir Kolyshkin <kir@openvz.org>