Skip to content

Commit

Permalink
attach: fix missing pthread.h include
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Oct 8, 2018
1 parent e15b230 commit 0bece47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lxc/attach.c
Expand Up @@ -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>
Expand Down

0 comments on commit 0bece47

Please sign in to comment.