From 0f1ffc4064c073854fa51949cb8e9c44cf8885ee Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sat, 24 Mar 2001 17:35:57 +0000 Subject: NLS fixes, kpsion config --- plpftp/main.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plpftp') diff --git a/plpftp/main.cc b/plpftp/main.cc index 2c58e83..a814fb8 100644 --- a/plpftp/main.cc +++ b/plpftp/main.cc @@ -29,6 +29,7 @@ #include #include #include +#include #include "ppsocket.h" #include "rfsv.h" @@ -72,6 +73,7 @@ main(int argc, char **argv) bind_textdomain_codeset(PACKAGE, "latin1"); textdomain(PACKAGE); + struct servent *se = getservbyname("psion", "tcp"); endservent(); if (se != 0L) -- cgit v1.2.3