summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/opkg.c')
-rw-r--r--libopkg/opkg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopkg/opkg.c b/libopkg/opkg.c
index 4560dc9..fabd520 100644
--- a/libopkg/opkg.c
+++ b/libopkg/opkg.c
@@ -34,6 +34,8 @@
#include <libbb/libbb.h>
+struct errlist* error_list;
+
struct _opkg_t
{
args_t *args;