commit | 2e893415a2ad5673c9618271421027477f1239ce | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Wed Jan 15 17:50:02 2014 -0800 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Jan 15 17:50:02 2014 -0800 |
tree | f931c56c4382b691afca2b81464b4a3c1d43b8a9 | |
parent | c1e40b01027ddea1e897a2a3ee21864cd4ae6414 [diff] |
src/lib/env.c: Fix compilation on RHEL5 This is a fix to compile vzctl on RHEL5 after the previous commit c1e40b0. Unfortunately, RHEL5's kernel-headers (or any other package) does not provide linux/magic.h. Since it is just one define, let's add it explicitly. Signed-off-by: Kir Kolyshkin <kir@openvz.org>