From: Simon Wilkinson Date: Sun, 9 Mar 2008 01:40:14 +0000 (+0000) Subject: pt-util-com-err-20080308 X-Git-Tag: BP-openafs-windows-kdfs-ifs~32 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=84a928ddd46b1b77c655b21ce7e9fc8d775b96db;p=packages%2Fo%2Fopenafs.git pt-util-com-err-20080308 LICENSE IPL10 prototype afs_error_message() to ensure correct behavior on 64-bit systems with 32-bit int. --- diff --git a/src/ptserver/pt_util.c b/src/ptserver/pt_util.c index 8416fb133..e0c01b457 100644 --- a/src/ptserver/pt_util.c +++ b/src/ptserver/pt_util.c @@ -33,6 +33,7 @@ RCSID #include #include #include +#include #include "ptint.h" #include "ptserver.h" #include "pterror.h"