* [gentoo-commits] proj/lxc:lxc-0.8.0-rc2-gentoo commit in: src/lxc/
@ 2012-08-04 4:56 Diego Elio Pettenò
0 siblings, 0 replies; only message in thread
From: Diego Elio Pettenò @ 2012-08-04 4:56 UTC (permalink / raw
To: gentoo-commits
commit: 6dbe3e0f717a1d124798ae3d9dc18832b7140ea0
Author: Diego Elio Pettenò <flameeyes <AT> flameeyes <DOT> eu>
AuthorDate: Sat Aug 4 04:54:10 2012 +0000
Commit: Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
CommitDate: Sat Aug 4 04:54:10 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lxc.git;a=commit;h=6dbe3e0f
lxc: include sched.h to have a declaration of clone().
This avoids an implicit declaration.
---
src/lxc/namespace.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/lxc/namespace.c b/src/lxc/namespace.c
index 3e6fc3a..1f7684e 100644
--- a/src/lxc/namespace.c
+++ b/src/lxc/namespace.c
@@ -30,6 +30,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+#include <sched.h>
#include "namespace.h"
#include "log.h"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-04 4:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-04 4:56 [gentoo-commits] proj/lxc:lxc-0.8.0-rc2-gentoo commit in: src/lxc/ Diego Elio Pettenò
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox