Re-add time.h include

Include-what-you-use wants to include sys/time.h instead, or if I
override it to include time.h it will remove the include completely.
This commit is contained in:
Ari Koivula 2016-04-02 19:05:16 +03:00
parent 2e7e842a56
commit 08b4480d94

View file

@ -36,6 +36,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h> // IWYU pragma: keep for CLOCKS_PER_SEC
#include "checkpoint.h"
#include "cli.h"