aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-03-19 15:49:30 +0100
committerFabian Groffen <grobian@gentoo.org>2019-03-19 15:49:30 +0100
commit2c8519dc360163fd99968ec6f317a4a7c946da90 (patch)
treeedeaa9abd29c512fc71bddaee4f107e3b74ebf86 /qcheck.c
parentbuild: add gnulib sources (diff)
downloadportage-utils-2c8519dc360163fd99968ec6f317a4a7c946da90.tar.gz
portage-utils-2c8519dc360163fd99968ec6f317a4a7c946da90.tar.bz2
portage-utils-2c8519dc360163fd99968ec6f317a4a7c946da90.zip
q: fix misc issues found on Darwin
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'qcheck.c')
-rw-r--r--qcheck.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/qcheck.c b/qcheck.c
index a2c1b932..b500dd57 100644
--- a/qcheck.c
+++ b/qcheck.c
@@ -9,6 +9,8 @@
#ifdef APPLET_qcheck
+#include <inttypes.h>
+
#define QCHECK_FLAGS "s:uABHTPp" COMMON_FLAGS
static struct option const qcheck_long_opts[] = {
{"skip", a_argument, NULL, 's'},