From ef14050f0bbd400a0a53c21e35b7574686d00ba4 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Wed, 28 Aug 2019 12:42:16 +0300 Subject: [PATCH] Fix build failure on Linux. --- src/systemd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/systemd.c b/src/systemd.c index 6d051106aa..88b4ba5556 100644 --- a/src/systemd.c +++ b/src/systemd.c @@ -37,6 +37,8 @@ #include <stddef.h> #include <stdlib.h> #include <string.h> +#include <fcntl.h> + #include <unistd.h> #include <netinet/in.h> -- GitLab