diff options
Diffstat (limited to 'lib/libalpm/be_sync.c')
-rw-r--r-- | lib/libalpm/be_sync.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libalpm/be_sync.c b/lib/libalpm/be_sync.c index ab0001ec..2e472b3d 100644 --- a/lib/libalpm/be_sync.c +++ b/lib/libalpm/be_sync.c @@ -37,6 +37,9 @@ #include "deps.h" #include "dload.h" +/* global handle variable */ +extern pmhandle_t *handle; + /** Update a package database * * An update of the package database \a db will be attempted. Unless |