mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 13:31:27 +00:00
include: correctly include macro.h
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
e814299f2d
commit
a9b8dbfa95
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user