include: correctly include macro.h

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