mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
- Support staging PR: 185042 [1] Submitted by: Christoph Moench-Tegeder <cmt at burggraben.net> [1] Approved by: maintainer [1]
11 lines
322 B
C++
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>
|
|
|