aklog pt error table warning fix

include the header file that prototypes the pt error table

Change-Id: Ibd1a7cb04d8084a50d3a429fa69cfb2967874c9b
Reviewed-on: http://gerrit.openafs.org/1663
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Derrick Brashear 2010-03-27 12:45:40 -04:00
parent c44a69b337
commit 5436264d0c

View File

@ -88,6 +88,7 @@
#include <afs/venus.h> #include <afs/venus.h>
#include <afs/ptserver.h> #include <afs/ptserver.h>
#include <afs/ptuser.h> #include <afs/ptuser.h>
#include <afs/pterror.h>
#include <afs/dirpath.h> #include <afs/dirpath.h>
#include <afs/afsutil.h> #include <afs/afsutil.h>