aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp
diff options
context:
space:
mode:
Diffstat (limited to 'plpftp')
-rw-r--r--plpftp/main.cc2
1 files changed, 2 insertions, 0 deletions
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 <string.h>
#include <stdlib.h>
#include <stdio.h>
+#include <intl.h>
#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)