]> git.proxmox.com Git - mirror_lxc.git/commitdiff
uint32_t is defined in stdint.h
authorFerenc Wagner <wferi@niif.hu>
Mon, 7 Jun 2010 09:33:56 +0000 (11:33 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Mon, 7 Jun 2010 09:33:56 +0000 (11:33 +0200)
Signed-off-by: Ferenc Wagner <wferi@niif.hu>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/start.c

index 2d45396342b4df5fcd052463a012dd7ad4008287..b69ac88f3624b3d97144c8e2d580c39fbbf0be9b 100644 (file)
@@ -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;