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:
ted.mielczarek 2011-08-30 15:20:56 +00:00
parent 93257311a1
commit 68e380d5a7

View file

@ -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 {