freebsd-ports/net/libproxy/files/patch-libproxy_url.hpp
2011-08-23 18:29:54 +00:00

12 lines
258 B
C++

--- libproxy/url.hpp.orig 2010-09-01 14:30:33.000000000 +0200
+++ libproxy/url.hpp 2010-09-01 14:31:13.000000000 +0200
@@ -20,6 +20,8 @@
#ifndef URL_HPP_
#define URL_HPP_
+#include <sys/types.h>
+
#include <map>
#include <stdexcept>
#include <string>