Compile bug fixes when -DDEBUG_CURLIO

This commit is contained in:
Aleric Inglewood
2013-02-12 23:44:55 +01:00
parent b40e8fb508
commit c6c343a45b
4 changed files with 6 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
#include <stdarg.h>
#include <cstring>
#include <algorithm>
#include <vector>
#include "llpreprocessor.h"
#include <curl/curl.h>
#define COMPILING_DEBUG_LIBCURL_CC