summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Landden <shawn@git.icu>2020-07-13 15:17:11 +0400
committerShawn Landden <shawn@git.icu>2020-07-13 15:17:11 +0400
commita905a787d3cc4b0cb1b17c202cdfde1b76b2a673 (patch)
treedce30339a62dbf6f29137ee4562c56f97d3e19ca
parent80979f35771c1c28626c65a562597d3fbe3a5d7b (diff)
downloaddistcc-git-a905a787d3cc4b0cb1b17c202cdfde1b76b2a673.tar.gz
fixup 2
-rw-r--r--popt/poptconfig.c2
-rw-r--r--popt/popthelp.c1
-rw-r--r--popt/poptparse.c1
-rw-r--r--src/rpc.c1
4 files changed, 5 insertions, 0 deletions
diff --git a/popt/poptconfig.c b/popt/poptconfig.c
index a119ea8..bd8ac57 100644
--- a/popt/poptconfig.c
+++ b/popt/poptconfig.c
@@ -6,6 +6,8 @@
file accompanying popt source distributions, available from
ftp://ftp.rpm.org/pub/rpm/dist. */
+#include <stdint.h>
+
#include "system.h"
#include "poptint.h"
diff --git a/popt/popthelp.c b/popt/popthelp.c
index 4a4f270..d3dfd49 100644
--- a/popt/popthelp.c
+++ b/popt/popthelp.c
@@ -8,6 +8,7 @@
/* (C) 1998-2002 Red Hat, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
ftp://ftp.rpm.org/pub/rpm/dist. */
+#include <stdint.h>
#include "system.h"
#include "poptint.h"
diff --git a/popt/poptparse.c b/popt/poptparse.c
index 8cca487..d7ca28c 100644
--- a/popt/poptparse.c
+++ b/popt/poptparse.c
@@ -5,6 +5,7 @@
/* (C) 1998-2002 Red Hat, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
ftp://ftp.rpm.org/pub/rpm/dist. */
+#include <stdint.h>
#include "system.h"
diff --git a/src/rpc.c b/src/rpc.c
index ee44de5..d3be08d 100644
--- a/src/rpc.c
+++ b/src/rpc.c
@@ -37,6 +37,7 @@
#include <fcntl.h>
#include <errno.h>
#include <ctype.h>
+#include <stdint.h>
#include <sys/stat.h>