提交 e767b17c authored 作者: Jeff Lenk's avatar Jeff Lenk

FS-3740 --resolve curl cleanup

上级 8059cdca
...@@ -109,7 +109,6 @@ ...@@ -109,7 +109,6 @@
#include "switch_platform.h" #include "switch_platform.h"
#include "switch_types.h" #include "switch_types.h"
#include "switch_apr.h" #include "switch_apr.h"
#include "switch_curl.h"
#include "switch_mprintf.h" #include "switch_mprintf.h"
#include "switch_core_db.h" #include "switch_core_db.h"
#include "switch_dso.h" #include "switch_dso.h"
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
* *
*/ */
#include "mod_spidermonkey.h" #include "mod_spidermonkey.h"
#include <switch_curl.h>
static const char modname[] = "CURL"; static const char modname[] = "CURL";
......
#include <switch.h> #include <switch.h>
#include "switch_curl.h"
#include <curl/curl.h> #include <curl/curl.h>
CURLcode Curl_setopt(switch_CURL *curl, CURLoption option, va_list arg); CURLcode Curl_setopt(switch_CURL *curl, CURLoption option, va_list arg);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论