[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
#include <rpmio.h> vs #include <rpm/rpmio.h>
- From: Alfredo Kengi Kojima <kojima conectiva com br>
- To: rpm-list redhat com
- Cc: clausen gnu org
- Subject: #include <rpmio.h> vs #include <rpm/rpmio.h>
- Date: Thu, 21 Sep 2000 20:21:32 -0400 (EDT)
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]
[]