aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'tag.c')
-rw-r--r--tag.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag.c b/tag.c
index 6595c9d0..a52239b2 100644
--- a/tag.c
+++ b/tag.c
@@ -1,4 +1,4 @@
-/* $Id: tag.c,v 1.31 2020/04/02 22:12:55 schwarze Exp $ */
+/* $Id: tag.c,v 1.32 2020/04/03 10:30:09 schwarze Exp $ */
/*
* Copyright (c) 2015,2016,2018,2019,2020 Ingo Schwarze <schwarze@openbsd.org>
*
@@ -24,6 +24,7 @@
#include <assert.h>
#include <limits.h>
#include <stddef.h>
+#include <stdint.h>
#include <stdlib.h>
#include <string.h>