瀏覽代碼

[build] Fix build on RHEL7.3 latest

header inclusion have changed

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
(cherry picked from commit e204e871ec4eb705d177598d5c7ae8f0446a280f)
Fabio M. Di Nitto 9 年之前
父節點
當前提交
19e48a6eee
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/sam.c

+ 1 - 0
lib/sam.c

@@ -46,6 +46,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <errno.h>
+#include <poll.h>
 
 #include <corosync/corotypes.h>
 #include <qb/qbipcc.h>