afsconfig-and-rcsid-all-around-20010705
[openafs.git] / src / rx / rx_conncache.c
index 09d2e8a..05b2bc5 100644 (file)
 
 #ifdef UKERNEL
 #include "../afs/param.h"
+#else
+#include <afs/param.h>
+#endif
+#include <afsconfig.h>
+
+RCSID("$Header$");
+
+#ifdef UKERNEL
 #include "../afs/sysincludes.h"
 #include "../afs/afsincludes.h"
 #include "../rx/rx.h"
-#else /* UKERNEL */
-#include <afs/param.h>
+#else /* ! UKERNEL */
 #include <sys/types.h>
 #include <errno.h>
 #include <assert.h>