Include afs/com_err.h for afs_error_message
authorJacob Welsh <jwelsh@sinenomine.net>
Sat, 13 Dec 2014 05:16:08 +0000 (00:16 -0500)
committerJacob Welsh <jwelsh@sinenomine.net>
Sat, 13 Dec 2014 05:16:08 +0000 (00:16 -0500)
mod_waklog.c

index c76ab42..9d3b267 100644 (file)
@@ -79,6 +79,7 @@ APLOG_USE_MODULE(waklog);
 #include <afs/auth.h>
 #include <afs/dirpath.h>
 #include <afs/ptuser.h>
+#include <afs/com_err.h>
 #include <rx/rxkad.h>
 
 #define TKT_LIFE  ( 12 * 60 * 60 )