]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/api_extensions.h
lxccontainer: fix mount api (mount_injection_file)
[mirror_lxc.git] / src / lxc / api_extensions.h
index 3cac925a4aa1259c5e29e76460554285bf07b50f..810d39828530d6b52eae6b317b37b97870718be7 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef __LXC_API_EXTENSIONS_H
 #define __LXC_API_EXTENSIONS_H
 
-#include "config.h"
 #include <stdio.h>
 #include <stdlib.h>
 
@@ -41,6 +40,7 @@ static char *api_extensions[] = {
        "reboot2",
        "mount_injection",
        "cgroup_relative",
+       "mount_injection_file",
 };
 
 static size_t nr_api_extensions = sizeof(api_extensions) / sizeof(*api_extensions);