This commit is contained in:
Devaev Maxim
2018-09-23 02:22:18 +03:00
parent ec470480e6
commit 4256a0579e
2 changed files with 5 additions and 1 deletions

View File

@@ -24,12 +24,16 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <time.h>
#include <assert.h>
#include <pthread.h>
#include <sys/types.h>
#include <sys/syscall.h>
#include "tools.h"