afs_pag_call.c needs rx/rxstat.h for RXSTATS_ExecuteRequest
authorMarc Dionne <marc.c.dionne@gmail.com>
Thu, 30 Jul 2009 02:35:21 +0000 (22:35 -0400)
committerDerrick Brashear <shadow@dementia.org>
Thu, 30 Jul 2009 02:54:36 +0000 (19:54 -0700)
This fixes a build error introduced by change 247 (commit 967abaf2).

Reviewed-on: http://gerrit.openafs.org/251
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>

src/afs/afs_pag_call.c

index 10bd345..55ccdb7 100644 (file)
@@ -15,6 +15,7 @@
 #include "afsincludes.h"       /* Afs-based standard headers */
 #include "afs/afs_stats.h"
 #include "rx/rx_globals.h"
+#include "rx/rxstat.h"
 #if !defined(UKERNEL) && !defined(AFS_LINUX20_ENV)
 #include "net/if.h"
 #ifdef AFS_SGI62_ENV