afsutil-includes-20060623
[openafs.git] / src / xstat / xstat_fs.c
index 848fee4..a3f7b67 100644 (file)
@@ -23,6 +23,8 @@ RCSID
 #include "xstat_fs.h"          /*Interface for this module */
 #include <lwp.h>               /*Lightweight process package */
 
+#include <afs/afsutil.h>
+
 #ifdef HAVE_STRING_H
 #include <string.h>
 #else