pmt: header: add missing include (fcntl)

This commit is contained in:
2024-07-29 21:16:15 +03:00
committed by GitHub
parent 5b00b0bfe3
commit 2f87fd57c0

View File

@@ -38,6 +38,7 @@ __BEGIN_DECLS
#if !defined(HELP) || !defined(VERSIONING)
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#endif
#endif