From 9e3ce028db3b9fe01032ddee77df80210f7d0217 Mon Sep 17 00:00:00 2001 From: Lyndon Nerenberg Date: Sat, 24 Dec 2011 18:18:22 -0800 Subject: [PATCH] Replace with "h/arpa_ftp.h". --- uip/ftpsbr.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/uip/ftpsbr.c b/uip/ftpsbr.c index b2c3c42..0ffca35 100644 --- a/uip/ftpsbr.c +++ b/uip/ftpsbr.c @@ -9,13 +9,7 @@ #include #include -#ifdef notdef_lyndon_posix -/* - * Does this get included indirectly? Let's find out. It's not - * part of Posix. Mail lyndon@orthanc.ca if this breaks your build. - */ -# include -#endif +#include "h/arpa_ftp.h" #define v_debug debugsw #define v_verbose verbosw -- 1.7.10.4