Fix libcurl include in http_upload (trivial, no bug)
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@829 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
93257311a1
commit
68e380d5a7
1 changed files with 1 additions and 2 deletions
|
@ -31,8 +31,7 @@
|
|||
|
||||
#include <assert.h>
|
||||
#include <dlfcn.h>
|
||||
#include <curl/curl.h>
|
||||
#include <curl/easy.h>
|
||||
#include "third_party/curl/curl.h"
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
Loading…
Reference in a new issue