Commit b3ecde1e by Daniel Lezcano Committed by Daniel Lezcano

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: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 6ca5b95e
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
#include <sys/wait.h> #include <sys/wait.h>
#include <pty.h> #include <pty.h>
#include <linux/loop.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/utsname.h> #include <sys/utsname.h>
#include <sys/param.h> #include <sys/param.h>
...@@ -50,8 +52,6 @@ ...@@ -50,8 +52,6 @@
#include <net/if.h> #include <net/if.h>
#include <libgen.h> #include <libgen.h>
#include <linux/loop.h>
#include "network.h" #include "network.h"
#include "error.h" #include "error.h"
#include "parse.h" #include "parse.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