aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkimg/mkimg.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mkimg/mkimg.h')
-rw-r--r--usr.bin/mkimg/mkimg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mkimg/mkimg.h b/usr.bin/mkimg/mkimg.h
index 608de458e83c..aa0ec2a8d944 100644
--- a/usr.bin/mkimg/mkimg.h
+++ b/usr.bin/mkimg/mkimg.h
@@ -29,9 +29,9 @@
#include <sys/queue.h>
#include <sys/types.h>
-#include <stdbool.h>
+#include <time.h>
-extern bool reproducible; /* Generate reproducible output. */
+extern time_t timestamp;
struct part {
TAILQ_ENTRY(part) link;