summaryrefslogtreecommitdiff
path: root/report.c
diff options
context:
space:
mode:
Diffstat (limited to 'report.c')
-rw-r--r--report.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/report.c b/report.c
index 5bfb5ce6..a7f6396e 100644
--- a/report.c
+++ b/report.c
@@ -26,10 +26,10 @@
#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
-#include <signal.h>
+#include <limits.h>
#include <stdio.h>
-#include <sys/stat.h>
-#include <sys/types.h>
+#include <time.h>
+#include <unistd.h>
#include "libhfcommon/common.h"
#include "libhfcommon/log.h"