소스 검색

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 13 년 전
부모
커밋
fecb0478c5
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>
 #include <corosync/list.h>
 
 #ifdef __cplusplus