diff options
author | Josef Reidinger <jreidinger@suse.cz> | 2008-06-20 14:46:56 +0000 |
---|---|---|
committer | Josef Reidinger <jreidinger@suse.cz> | 2008-06-20 14:46:56 +0000 |
commit | 5b18037833a1856b87a72a3dc24f7469f31e8ad6 (patch) | |
tree | 2070e52e8788d8ee8a7418fea0e764a629f42703 /swig/zypp.i | |
parent | 81ceac9beedd0d4961a7f311cca1f16d78262371 (diff) | |
download | libzypp-bindings-5b18037833a1856b87a72a3dc24f7469f31e8ad6.tar.gz libzypp-bindings-5b18037833a1856b87a72a3dc24f7469f31e8ad6.tar.bz2 libzypp-bindings-5b18037833a1856b87a72a3dc24f7469f31e8ad6.zip |
add include for header
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 99f26ab..4b38e9f 100644 --- a/swig/zypp.i +++ b/swig/zypp.i @@ -115,6 +115,7 @@ class intrusive_ptr { %include "RepoType.i" %include "Repository.i" %include "RepoInfo.i" +%include "Service.i" %include "RepoManager.i" %include "RepoStatus.i" %include "ResObject.i" |