Add missed include

This commit is contained in:
Alex Alashkin 2021-09-29 12:13:02 +03:00
parent cdd192abe4
commit bc7178e5f7
2 changed files with 2 additions and 0 deletions

View File

@ -241,6 +241,7 @@ static __inline struct tm *localtime_r(time_t *t, struct tm *tm) {
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
#include <stdio.h>
#if defined(__GNUC__)
#include <sys/stat.h>

View File

@ -6,6 +6,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
#include <stdio.h>
#if defined(__GNUC__)
#include <sys/stat.h>