Description: Add hurd/system.h Author: Jörg Frings-Fürst Last-Update: 2015-06-21 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/lib/psocksxx/sockstreambuf.h =================================================================== --- trunk.orig/lib/psocksxx/sockstreambuf.h +++ trunk/lib/psocksxx/sockstreambuf.h @@ -25,6 +25,11 @@ #include #include + +#if defined(__GNU__) || defined(__gnu_hurd__) +#include +#endif + #include #include