patch for opkg_download.c compile abort
[project/opkg-lede.git] / libopkg / opkg_download.c
index 0cc3da2071a577e45e48df5708a7ee14f09875df..c4b2f0cfff5b3702ddfd902e4301e044ad16e415 100644 (file)
 */
 #include "config.h"
 
+#include "includes.h"
+#include "opkg_download.h"
+#include "opkg_message.h"
+
+#include "sprintf_alloc.h"
+#include "xsystem.h"
+#include "file_util.h"
+#include "opkg_defines.h"
+#include "libbb/libbb.h"
+
 #ifdef HAVE_CURL
 #include <curl/curl.h>
 #endif
 #include <openssl/hmac.h>
 #endif
 
-#include "includes.h"
-#include "opkg_download.h"
-#include "opkg_message.h"
-
-#include "sprintf_alloc.h"
-#include "xsystem.h"
-#include "file_util.h"
-#include "opkg_defines.h"
-#include "libbb/libbb.h"
-
 #ifdef HAVE_PATHFINDER
 #include "opkg_pathfinder.h"
 #endif