ports/audio/libofa/patches/patch-examples_protocol_cpp

17 lines
389 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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;