From c52c31b0d3770e83cb68deb4a13932c803fe382e Mon Sep 17 00:00:00 2001
From: graham.gower@gmail.com <graham.gower@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Date: Sun, 12 Dec 2010 23:39:29 -0500
Subject: Fix missing declarations, found by Clang.

git-svn-id: http://opkg.googlecode.com/svn/trunk@589 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
---
(limited to 'src')

diff --git a/src/opkg-cl.c b/src/opkg-cl.c
index 5b72050..993aa66 100644
--- a/src/opkg-cl.c
+++ b/src/opkg-cl.c
@@ -28,6 +28,7 @@
 #include "opkg_cmd.h"
 #include "file_util.h"
 #include "opkg_message.h"
+#include "opkg_download.h"
 #include "../libbb/libbb.h"
 
 enum {
--
cgit v0.9.1