Merge pull request #3974 from brauner/2021-09-15.fixes.2

tools: use correct include for Android
This commit is contained in:
Stéphane Graber 2021-09-15 15:15:41 -04:00 committed by GitHub
commit 4eff7bcdeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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);