00001 /*---------------------------------------------------------------------\ 00002 | ____ _ __ __ ___ | 00003 | |__ / \ / / . \ . \ | 00004 | / / \ V /| _/ _/ | 00005 | / /__ | | | | | | | 00006 | /_____||_| |_| |_| | 00007 | | 00008 \---------------------------------------------------------------------*/ 00012 #ifndef ZYPP_TARGET_RPM_LIBRPM_H 00013 #define ZYPP_TARGET_RPM_LIBRPM_H 00014 00015 extern "C" { 00016 #include <rpm/rpmlib.h> 00017 #include <rpm/rpmmacro.h> 00018 #include <rpm/rpmdb.h> 00019 #include <rpm/rpmts.h> 00020 #include <rpm/ugid.h> 00021 #include <fcntl.h> 00022 } 00023 00024 #endif // ZYPP_TARGET_RPM_LIBRPM_H