From 7122cfbd69d08cea5481e03dfe03bd37ef80b2b1 Mon Sep 17 00:00:00 2001 From: mccallum Date: Thu, 18 Apr 1996 01:00:51 +0000 Subject: [PATCH] Include TcpPort.h, not SocketPort.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1465 72102866-910b-0410-8b05-ffd578937521 --- Testing/client.m | 2 +- Testing/server.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Testing/client.m b/Testing/client.m index 9a51a88d1..2deecc209 100644 --- a/Testing/client.m +++ b/Testing/client.m @@ -1,5 +1,5 @@ #include -#include +#include #include #include #include diff --git a/Testing/server.m b/Testing/server.m index 0aae6b949..466417f28 100644 --- a/Testing/server.m +++ b/Testing/server.m @@ -1,6 +1,6 @@ #include #include -#include +#include #include #include #include