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:
Cedric Le Goater 2011-05-05 12:07:51 +02:00 committed by Daniel Lezcano
parent 25df6b78d2
commit 43de51b744

View File

@ -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,