about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/getline.c
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/getline.c')
-rw-r--r--WWW/Library/Implementation/getline.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/getline.c b/WWW/Library/Implementation/getline.c
index 3168b9ec..4ee2e744 100644
--- a/WWW/Library/Implementation/getline.c
+++ b/WWW/Library/Implementation/getline.c
@@ -17,11 +17,14 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 /* CHANGED FOR VMS */
+
 /*
  * <getline.c>
  */
 
 #include <HTUtils.h>
+#include <tcp.h>
+#include <stddef.h>
 
 #include <LYLeaks.h>