From: Ferenc Wagner Date: Mon, 7 Jun 2010 09:33:56 +0000 (+0200) Subject: uint32_t is defined in stdint.h X-Git-Tag: lxc-0.7.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09d1bd237e75e4b3d915b8ae5f979eb883833563;p=thirdparty%2Flxc.git uint32_t is defined in stdint.h Signed-off-by: Ferenc Wagner Signed-off-by: Daniel Lezcano --- diff --git a/src/lxc/start.c b/src/lxc/start.c index 2d4539634..b69ac88f3 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -49,6 +49,7 @@ # include #else /* assume kernel headers are too old */ +#include struct signalfd_siginfo { uint32_t ssi_signo;