ports/graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.h
Vsevolod Stakhov ed20ea7c24 - Fix build with the recent clang/gcc [1]
- Support staging

PR:		185042 [1]
Submitted by:	Christoph Moench-Tegeder <cmt at burggraben.net> [1]
Approved by:	maintainer [1]
2013-12-21 00:17:40 +00:00

11 lines
322 B
C++

--- Source/C/NCSnet/NCScnet3/NCSProxy.h.orig 2013-12-20 19:22:52.000000000 +0100
+++ Source/C/NCSnet/NCScnet3/NCSProxy.h 2013-12-20 19:23:26.000000000 +0100
@@ -35,6 +35,7 @@
//#include <streambuf>
#include <iostream>
#include <sstream>
+#include <unistd.h>
#include <ctype.h>
#include <assert.h>
#include <string>