浏览代码

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