include libcurl standard internal headers

This commit is contained in:
Yang Tse
2010-06-02 14:13:02 +02:00
parent df06182d86
commit 077125e4a2
12 changed files with 54 additions and 17 deletions

View File

@@ -31,6 +31,13 @@
#include <curl/curl.h>
#include <librtmp/rtmp.h>
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
#include "curl_memory.h"
/* The last #include file should be: */
#include "memdebug.h"
#ifdef _WIN32
#define setsockopt(a,b,c,d,e) (setsockopt)(a,b,c,(const char *)d,(int)e)
#define SET_RCVTIMEO(tv,s) int tv = s*1000