From a905a787d3cc4b0cb1b17c202cdfde1b76b2a673 Mon Sep 17 00:00:00 2001 From: Shawn Landden Date: Mon, 13 Jul 2020 15:17:11 +0400 Subject: fixup 2 --- popt/poptconfig.c | 2 ++ popt/popthelp.c | 1 + popt/poptparse.c | 1 + src/rpc.c | 1 + 4 files changed, 5 insertions(+) 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 + #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 #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 #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 #include #include +#include #include -- cgit v1.2.1