Add a couple of missing includes, masked by NSS headers

This commit is contained in:
Panu Matilainen 2011-11-04 16:28:13 +02:00
parent 22f96850e1
commit 85b90e4176
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,8 @@
#include "system.h"
#include <ctype.h>
#include <rpm/rpmlib.h> /* RPMSIGTAG & related */
#include <rpm/rpmpgp.h>
#include <rpm/rpmcli.h>

View File

@ -5,6 +5,7 @@
#include "system.h"
#include <inttypes.h>
#include <netinet/in.h>
#include <rpm/rpmtypes.h>
#include <rpm/rpmstring.h>