Przeglądaj źródła

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 14 lat temu
rodzic
commit
1022c2e649
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      include/corosync/totem/totemip.h

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

@@ -39,6 +39,7 @@
 
 
 #include <sys/socket.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <netinet/in.h>
+#include <stdint.h>
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
 extern "C" {
 extern "C" {