diff options
Diffstat (limited to 'tests/libopkg_test.c')
-rw-r--r-- | tests/libopkg_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libopkg_test.c b/tests/libopkg_test.c index dbe1e7e..31a22b0 100644 --- a/tests/libopkg_test.c +++ b/tests/libopkg_test.c @@ -5,6 +5,7 @@ #include <opkg.h> +int opkg_state_changed; pkg_t *find_pkg = NULL; |