Update pmt.c

This commit is contained in:
2024-05-13 23:46:37 +03:00
committed by GitHub
parent 49a87b0387
commit f7d2f313de

View File

@@ -23,6 +23,7 @@ extern "C" {
/* include needed libs (headers) */
#include <stdio.h>
#include <stdint.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/stat.h>