]> git.proxmox.com Git - mirror_corosync.git/commit
Include fcntl.h for F_* and O_* defines
authorKhem Raj <raj.khem@gmail.com>
Thu, 31 Aug 2017 00:28:55 +0000 (17:28 -0700)
committerJan Friesse <jfriesse@redhat.com>
Thu, 31 Aug 2017 05:46:34 +0000 (07:46 +0200)
commit1a2c72a80ec079f8eb2dadef670773ca3a89dba0
tree85afee4a632624b6ab870bafdd63a67fe1d032b9
parented235edfe3d38c4c527d76c53b3fb035f5239b1a
Include fcntl.h for F_* and O_* defines

Fixes errors like
utils.c:95:22: error: use of undeclared identifier 'O_WRONLY'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
qdevices/utils.c