16 lines
389 B
Text
16 lines
389 B
Text
Index: examples/protocol.cpp
|
|
--- examples/protocol.cpp.orig
|
|
+++ examples/protocol.cpp
|
|
@@ -8,11 +8,11 @@
|
|
-------------------------------------------------------------------*/
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <string>
|
|
#include <map>
|
|
#include <expat.h>
|
|
#include <curl/curl.h>
|
|
-#include <curl/types.h>
|
|
#include <curl/easy.h>
|
|
|
|
using namespace std;
|