fts.h requires <stdint.h>, include it there explicitly
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 5 Jan 2010 11:09:38 +0000 (13:09 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 5 Jan 2010 11:09:38 +0000 (13:09 +0200)
commit0ff81ace79432c9a3254722f734fa931bb8bff1e
tree37237f39145b8ed84bbb0602b28e472dfdc5e24d
parentc50b63ba025ff425a3406649ec50eba5c9836de9
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>
rpmio/fts.h