[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

#include <rpmio.h> vs #include <rpm/rpmio.h>



Hi

Is there a reason why rpmlib headers do things like:

#include <rpmio.h>
#include <dbindex.h>
#include <header.h>

forcing progs that include them to pass -I/usr/include/rpm
to gcc, instead of:

#include <rpm/rpmio.h>
#include <rpm/dbindex.h>
#include <rpm/header.h>

?

If no, is there any change that would be changed in the next
releases?

Thanks
--
Alfredo





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index] []