]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
pt-util-com-err-20080308
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Sun, 9 Mar 2008 01:40:14 +0000 (01:40 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 9 Mar 2008 01:40:14 +0000 (01:40 +0000)
LICENSE IPL10

prototype afs_error_message() to ensure correct behavior on 64-bit
systems with 32-bit int.

src/ptserver/pt_util.c

index 8416fb1330cecd83183b477dc54ee84a7485572a..e0c01b457b7228b006b70999f60b588498b674e1 100644 (file)
@@ -33,6 +33,7 @@ RCSID
 #include <ubik.h>
 #include <rx/xdr.h>
 #include <rx/rx.h>
+#include <afs/com_err.h>
 #include "ptint.h"
 #include "ptserver.h"
 #include "pterror.h"