summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/opkg_error.h')
-rw-r--r--libopkg/opkg_error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/opkg_error.h b/libopkg/opkg_error.h
index 94dbdea..a99da37 100644
--- a/libopkg/opkg_error.h
+++ b/libopkg/opkg_error.h
@@ -51,6 +51,6 @@ struct errlist {
struct errlist * next;
} ;
-struct errlist* error_list;
+extern struct errlist* error_list;
#endif /* OPKG_ERROR_H */