From b3ecde1ec3d7e7a1297d78746ef2604e00c60525 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Tue, 12 Oct 2010 15:11:45 +0200 Subject: [PATCH] Fix compilation error on fc12 The capability header makes the inclusion of the loop header to fail. Moving the inclusion of loop.h before capability.h fixes the problem. Signed-off-by: Daniel Lezcano --- src/lxc/conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lxc/conf.c b/src/lxc/conf.c index e408120cf..e4e4bb5aa 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -33,6 +33,8 @@ #include #include +#include + #include #include #include @@ -50,8 +52,6 @@ #include #include -#include - #include "network.h" #include "error.h" #include "parse.h" -- 2.47.2