Преглед изворни кода

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 година
родитељ
комит
1022c2e649
1 измењених фајлова са 1 додато и 0 уклоњено
  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" {