Fix to include system header files for using functions

This commit is contained in:
OBATA Akio
2021-10-04 17:30:46 +09:00
parent ed90eb7f45
commit 16fe76ed65
24 changed files with 25 additions and 5 deletions

View File

@@ -38,6 +38,7 @@
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <time.h>
#include <sys/time.h>
#include <sys/resource.h>