From 4db10976879dae3eb3b592814993747dd272dfe7 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.

(cherry picked from commit ef14050f0bbd400a0a53c21e35b7574686d00ba4)
---
 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