The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/6327
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
From de2bf1faa5c1186113ffb0c9064fa3e01afdf2b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com> Date: Mon, 21 Oct 2019 14:54:30 -0400 Subject: [PATCH] lxd/include: Don't include missing file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber <stgra...@ubuntu.com> --- lxd/include/compiler.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lxd/include/compiler.h b/lxd/include/compiler.h index 2be62d6eb3..3ed8222caf 100644 --- a/lxd/include/compiler.h +++ b/lxd/include/compiler.h @@ -25,8 +25,6 @@ #define _GNU_SOURCE 1 #endif -#include "config.h" - #ifndef thread_local #if __STDC_VERSION__ >= 201112L && \ !(defined(__STDC_NO_THREADS__) || \
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel