include: correctly include macro.h

parent e814299f
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
#define _GNU_SOURCE 1 #define _GNU_SOURCE 1
#endif #endif
#include <alloca.h> #include <alloca.h>
#include <macro.h>
#include <mntent.h> #include <mntent.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include "../lxc/macro.h"
/* Since the values in a line are separated by spaces, a name cannot /* Since the values in a line are separated by spaces, a name cannot
* contain a space. Therefore some programs encode spaces in names * contain a space. Therefore some programs encode spaces in names
......
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