[lxc-devel] [PATCH 2/7] uint32_t is defined in stdint.h

Ferenc Wagner wferi at niif.hu
Sun Jun 6 21:07:27 UTC 2010


Signed-off-by: Ferenc Wagner <wferi at niif.hu>
---
 src/lxc/start.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/lxc/start.c b/src/lxc/start.c
index 2d45396..b69ac88 100644
--- a/src/lxc/start.c
+++ b/src/lxc/start.c
@@ -49,6 +49,7 @@
 #  include <sys/signalfd.h>
 #else
 /* assume kernel headers are too old */
+#include <stdint.h>
 struct signalfd_siginfo
 {
 	uint32_t ssi_signo;
-- 
1.6.5





More information about the lxc-devel mailing list