Add a couple of missing includes, masked by NSS headers
This commit is contained in:
parent
22f96850e1
commit
85b90e4176
|
@ -5,6 +5,8 @@
|
|||
|
||||
#include "system.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#include <rpm/rpmlib.h> /* RPMSIGTAG & related */
|
||||
#include <rpm/rpmpgp.h>
|
||||
#include <rpm/rpmcli.h>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#include "system.h"
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include <rpm/rpmtypes.h>
|
||||
#include <rpm/rpmstring.h>
|
||||
|
|
Loading…
Reference in New Issue