The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/2680

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: Christian Brauner <christian.brau...@ubuntu.com>
From 0bece47700a1451e2d2094911475ea312379e72f Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brau...@ubuntu.com>
Date: Mon, 8 Oct 2018 17:20:08 +0200
Subject: [PATCH] attach: fix missing pthread.h include

Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
---
 src/lxc/attach.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lxc/attach.c b/src/lxc/attach.c
index e46d742c5..9464d882e 100644
--- a/src/lxc/attach.c
+++ b/src/lxc/attach.c
@@ -29,6 +29,7 @@
 #include <grp.h>
 #include <linux/unistd.h>
 #include <pwd.h>
+#include <pthread.h>
 #include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to