mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-04 19:50:30 +00:00
lxc: fix bogus header file
The lxc/ prefix is missing in <start.h>. This breaks the inclusion of the header file <lxc/conf.h> in external source code. Signed-off-by: Cedric Le Goater <clg@fr.ibm.com> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
parent
25df6b78d2
commit
43de51b744
@ -28,7 +28,7 @@
|
||||
|
||||
#include <lxc/list.h>
|
||||
|
||||
#include <start.h> /* for lxc_handler */
|
||||
#include <lxc/start.h> /* for lxc_handler */
|
||||
|
||||
enum {
|
||||
LXC_NET_EMPTY,
|
||||
|
Loading…
Reference in New Issue
Block a user