On 18-01-2011 00:35:25 +0100, Karel Zak wrote: > On Mon, Jan 17, 2011 at 10:00:34PM +0100, Fabian Groffen wrote: > > --- a/shlibs/blkid/src/partitions/partitions.c > > +++ b/shlibs/blkid/src/partitions/partitions.c > > @@ -14,6 +14,9 @@ > > #include <fcntl.h> > > #include <ctype.h> > > #include <sys/types.h> > > +#if HAVE_SYS_MKDEV_H > > +#include <sys/mkdev.h> > > +#endif > > What about to include <sys/mkdev.h> from include/blkdev.h to make it > available in all places in the package? This file in particular doesn't include blkdev.h, so that would mean adding that include in all places. Is that what you are after here? -- Fabian Groffen Gentoo on a different level -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html