fix: working on linux

This commit is contained in:
elvis
2022-04-11 19:19:17 +02:00
parent 79259a15b7
commit a7a0027f86
3 changed files with 10 additions and 6 deletions

View File

@ -1,8 +1,9 @@
#define _POSIX_C_SOURCE 200112L
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <time.h>
#include <errno.h>
#include <pthread.h>