diff options
author | Jan Kupec <jkupec@suse.cz> | 2008-07-30 14:28:30 +0000 |
---|---|---|
committer | Jan Kupec <jkupec@suse.cz> | 2008-07-30 14:28:30 +0000 |
commit | bf80828b5de504425bf30476fca09d8b8c10e891 (patch) | |
tree | 5565d36c69e8338d91df4db5e6197903a8242eb9 /swig/zypp.i | |
parent | 8525a9c4c9f8c911f8a62774b4b3d54d0d7622a9 (diff) | |
download | libzypp-bindings-bf80828b5de504425bf30476fca09d8b8c10e891.tar.gz libzypp-bindings-bf80828b5de504425bf30476fca09d8b8c10e891.tar.bz2 libzypp-bindings-bf80828b5de504425bf30476fca09d8b8c10e891.zip |
- fix ServiceInfo forward declaration problem
Diffstat (limited to 'swig/zypp.i')
-rw-r--r-- | swig/zypp.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swig/zypp.i b/swig/zypp.i index d844170..f8570e9 100644 --- a/swig/zypp.i +++ b/swig/zypp.i @@ -40,6 +40,7 @@ #include "zypp/ResFilters.h" #include "zypp/OnMediaLocation.h" #include "zypp/Repository.h" +#include "zypp/ServiceInfo.h" #include "zypp/RepoManager.h" #include "zypp/Service.h" #include "zypp/repo/RepoType.h" |