From f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Wed, 5 Feb 2003 07:59:09 +0000 Subject: - Changes for compiling with gcc 3.2 --- lib/rpcs.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lib/rpcs.h') diff --git a/lib/rpcs.h b/lib/rpcs.h index 5834afa..de3004f 100644 --- a/lib/rpcs.h +++ b/lib/rpcs.h @@ -23,12 +23,13 @@ #ifndef _RPCS_H_ #define _RPCS_H_ -#include #include #include #include #include +#include + class ppsocket; class bufferStore; class bufferArray; @@ -66,7 +67,7 @@ public: PSI_MACH_SIENNA = 7, PSI_MACH_S3C = 8, PSI_MACH_S5 = 32, - PSI_MACH_WINC = 33, + PSI_MACH_WINC = 33 // TODO: Code for 5mx }; @@ -102,7 +103,7 @@ public: PSI_LANG_cs_CZ = 25, PSI_LANG_sk_SK = 26, PSI_LANG_pl_PL = 27, - PSI_LANG_sl_SI = 28, + PSI_LANG_sl_SI = 28 }; /** @@ -112,7 +113,7 @@ public: PSI_BATT_DEAD = 0, PSI_BATT_VERYLOW = 1, PSI_BATT_LOW = 2, - PSI_BATT_GOOD = 3, + PSI_BATT_GOOD = 3 }; /** -- cgit v1.2.3