summaryrefslogtreecommitdiff
path: root/rpmio
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 13:09:38 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 13:09:38 +0200
commit0ff81ace79432c9a3254722f734fa931bb8bff1e (patch)
tree37237f39145b8ed84bbb0602b28e472dfdc5e24d /rpmio
parentc50b63ba025ff425a3406649ec50eba5c9836de9 (diff)
downloadrpm-0ff81ace79432c9a3254722f734fa931bb8bff1e.tar.gz
rpm-0ff81ace79432c9a3254722f734fa931bb8bff1e.tar.bz2
rpm-0ff81ace79432c9a3254722f734fa931bb8bff1e.zip
fts.h requires <stdint.h>, include it there explicitly
- this has been masked by system.h including <netdb.h> which apparently brought in <stdint.h> as a side-effect - commit 5c084f842ae21d861818a33922b5c77cb17ad8e4 broke compilation without capability support as <sys/capability.h> also happens to bring in <stdint.h>
Diffstat (limited to 'rpmio')
-rw-r--r--rpmio/fts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmio/fts.h b/rpmio/fts.h
index a05c2d554..fbe84fdaa 100644
--- a/rpmio/fts.h
+++ b/rpmio/fts.h
@@ -63,6 +63,7 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include <stdint.h>
#include <dirent.h>
typedef struct {