From: Simon Wilkinson Date: Sun, 9 Mar 2008 01:41:27 +0000 (+0000) Subject: STABLE14-pt-util-com-err-20080308 X-Git-Tag: openafs-stable-1_4_7pre1~18 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=59e7edc57ba35f21a04981031a0c15e464a4e737;p=packages%2Fo%2Fopenafs.git STABLE14-pt-util-com-err-20080308 LICENSE IPL10 prototype afs_error_message() to ensure correct behavior on 64-bit systems with 32-bit int. (cherry picked from commit 84a928ddd46b1b77c655b21ce7e9fc8d775b96db) --- 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"