From 469d0a16138b683858a72e2d71e4abf8a7f9bc0f Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Mon, 21 May 2001 21:50:47 +0000 Subject: - Moved include/intl.h to lib/plpintl.h to fix compile of foreign progs. - Some NLS-Related fixes --- lib/rpcs16.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rpcs16.h') diff --git a/lib/rpcs16.h b/lib/rpcs16.h index 24fcc6e..91b0463 100644 --- a/lib/rpcs16.h +++ b/lib/rpcs16.h @@ -24,7 +24,7 @@ #ifndef _RPCS16_H_ #define _RPCS16_H_ -#include "rpcs.h" +#include class ppsocket; class bufferStore; @@ -42,7 +42,7 @@ class rpcs16 : public rpcs { public: Enum queryDrive(const char, bufferArray &); - Enum getCmdLine(const char *, bufferStore &); + Enum getCmdLine(const char *, bufferStore &); private: rpcs16(ppsocket *); -- cgit v1.2.3