need <time.h> for clock_gettime

This commit is contained in:
christos 2017-01-10 21:07:17 +00:00
parent 9009c648c6
commit 6aea766547

View File

@ -8,6 +8,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>
#include <time.h>
#include "prog_ops.h"