Unverified Commit 4dd09ace by Long Wang Committed by Stéphane Graber

caps.h: move ifndef/define to the top

Signed-off-by: 's avatarLong Wang <w@laoqinren.net>
parent 2492b2e3
......@@ -21,11 +21,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __LXC_CAPS_H
#define __LXC_CAPS_H
#include "config.h"
#include <stdbool.h>
#ifndef __LXC_CAPS_H
#define __LXC_CAPS_H
#if HAVE_LIBCAP
#include <sys/capability.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment