Explorar o código

Include stdint.h because funcs uses int16_t

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
Jan Friesse %!s(int64=14) %!d(string=hai) anos
pai
achega
1022c2e649
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>
 
 #ifdef __cplusplus
 extern "C" {