freebsd-ports/net/nepenthes/files/patch-modules__submit-http__HTTPSession.cpp
John Marino 6a49fa15fa Stage net/nepenthese and unbreak on FreeBSD 10+
PR:		193042
Submitted by:	Ports Fury
2014-08-30 20:50:54 +00:00

13 lines
355 B
C++

--- modules/submit-http/HTTPSession.cpp.orig
+++ modules/submit-http/HTTPSession.cpp
@@ -31,6 +31,10 @@
#include <curl/types.h> /* new for v7 */
#include <curl/easy.h> /* new for v7 */
#include <sstream>
+#include <cstring>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <arpa/inet.h>
#include <netinet/in.h>
#include "HTTPSession.hpp"