Skip to content

Commit

Permalink
fixup 2
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnl committed Jul 13, 2020
1 parent 80979f3 commit a905a78
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions popt/poptconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions popt/popthelp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions popt/poptparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions src/rpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <fcntl.h>
#include <errno.h>
#include <ctype.h>
#include <stdint.h>

#include <sys/stat.h>

Expand Down

0 comments on commit a905a78

Please sign in to comment.