From 2f87fd57c03abe76a95deb851a7036bd1fbbab0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Mon, 29 Jul 2024 21:16:15 +0300 Subject: [PATCH] pmt: header: add missing include (`fcntl`) --- include/pmt/pmt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pmt/pmt.h b/include/pmt/pmt.h index ca35180..de28b49 100755 --- a/include/pmt/pmt.h +++ b/include/pmt/pmt.h @@ -38,6 +38,7 @@ __BEGIN_DECLS #if !defined(HELP) || !defined(VERSIONING) #include #include + #include #endif #endif