include <netinet/in.h> for IPPROTO_TCP.

2000-01-29  James Henstridge <james@daa.com.au>

        * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.

        * Makefile.am: added nanoftp.[ch] to the build.
diff --git a/Makefile.am b/Makefile.am
index ee15909..95bf022 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,6 +28,7 @@
 		xmlIO.c \
 		xmlmemory.c \
 		nanohttp.c \
+		nanoftp.c \
 		valid.c \
 		xlink.c
 
@@ -47,6 +48,7 @@
 		xmlIO.h \
 		xmlmemory.h \
 		nanohttp.h \
+		nanoftp.h \
 		valid.h \
 		xlink.h