sem_close: fix missing include for O_* constants
authorMatus Kysel <mkysel@tachyum.com>
Mon, 26 Apr 2021 09:41:09 +0000 (09:41 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Tue, 27 Apr 2021 20:43:20 +0000 (20:43 +0000)
Signed-off-by: Matus Kysel <mkysel@tachyum.com>
src/regression/sem_close-unmap.c

index f1e51d9..c19e082 100644 (file)
@@ -1,5 +1,6 @@
 // commit: f70375df85d26235a45e74559afd69be59e5ff99 2020-10-28
 #define _GNU_SOURCE 1
+#include <fcntl.h>
 #include <stdlib.h>
 #include <semaphore.h>