]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Add missing include
authorStéphane Graber <stgraber@ubuntu.com>
Tue, 18 Feb 2014 17:44:54 +0000 (12:44 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 18 Feb 2014 17:44:54 +0000 (12:44 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/lxc_attach.c

index fc8e3ba5a7e7420926d10bdeedb06beb81c2eebd..3fbcb82a2ae2f8e0b927fbb0d11eb8abf2838a45 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #define _GNU_SOURCE
+#include <assert.h>
 #include <sys/wait.h>
 #include <sys/types.h>
 #include <stdlib.h>