]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
tools: use correct include for Android 3974/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 15 Sep 2021 18:26:11 +0000 (20:26 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 15 Sep 2021 18:26:11 +0000 (20:26 +0200)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/tools/lxc_copy.c

index d497610d07571ee356f8299b4ce535538756a135..976efc36f4cb3416e1bf77719485cbd599325228 100644 (file)
@@ -25,7 +25,7 @@
 #include "utils.h"
 
 #ifndef HAVE_GETSUBOPT
-#include "getsubopt.h"
+#include "include/getsubopt.h"
 #endif
 
 lxc_log_define(lxc_copy, lxc);