From 84a928ddd46b1b77c655b21ce7e9fc8d775b96db Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sun, 9 Mar 2008 01:40:14 +0000 Subject: [PATCH] pt-util-com-err-20080308 LICENSE IPL10 prototype afs_error_message() to ensure correct behavior on 64-bit systems with 32-bit int. --- src/ptserver/pt_util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ptserver/pt_util.c b/src/ptserver/pt_util.c index 8416fb1330..e0c01b457b 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"