Explorar o código

totemip: add missing include

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Fabio M. Di Nitto %!s(int64=13) %!d(string=hai) anos
pai
achega
fecb0478c5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/corosync/totem/totemip.h

+ 1 - 0
include/corosync/totem/totemip.h

@@ -39,6 +39,7 @@
 
 #include <sys/socket.h>
 #include <netinet/in.h>
+#include <stdint.h>
 #include <corosync/list.h>
 
 #ifdef __cplusplus