On Tue, 18 Feb 2014 12:59:39 -0500 Stéphane Graber <[email protected]> wrote:
> On Tue, Feb 18, 2014 at 12:52:21PM -0500, Dwight Engen wrote: > > Signed-off-by: Dwight Engen <[email protected]> > > Thanks. But that's already been fixed :) Yep, thanks. Sorry for jumping the gun, I just updated at the wrong time and noticed it :) > > --- > > src/lxc/lxc_attach.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/src/lxc/lxc_attach.c b/src/lxc/lxc_attach.c > > index fc8e3ba..3fbcb82 100644 > > --- a/src/lxc/lxc_attach.c > > +++ b/src/lxc/lxc_attach.c > > @@ -22,6 +22,7 @@ > > */ > > > > #define _GNU_SOURCE > > +#include <assert.h> > > #include <sys/wait.h> > > #include <sys/types.h> > > #include <stdlib.h> > > -- > > 1.8.5.3 > > > _______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
