mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
693318c34a
etunnel is a TCP/UDP connections tunneling tool. It can make direct tunnels or via proxy server. PR: ports/66288 Submitted by: Kostas Petrikas <expl@punktas.lt>
16 lines
363 B
C
16 lines
363 B
C
--- etunnel.h.orig Wed May 5 21:10:21 2004
|
|
+++ etunnel.h Wed May 5 21:10:36 2004
|
|
@@ -23,11 +23,11 @@
|
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
#include <sys/socket.h>
|
|
-#include <sys/types.h>
|
|
#include <sys/wait.h>
|
|
#include <sys/time.h>
|
|
#include <netinet/in.h>
|