aboutsummaryrefslogtreecommitdiff
path: root/audio/libofa/files/patch-examples__protocol.cpp
blob: a8716757c050d0c32fb1ec66281a26df6db6b4b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- ./examples/protocol.cpp.orig	2011-03-18 11:01:22.000000000 -0400
+++ ./examples/protocol.cpp	2011-03-18 11:01:22.000000000 -0400
@@ -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;