mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-13 20:03:19 +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
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user