afsconfig-and-rcsid-all-around-20010705
[openafs.git] / src / ubik / ubikclient.c
index 253ab62..3b36fc2 100644 (file)
@@ -9,6 +9,14 @@
 
 #if defined(UKERNEL)
 #include "../afs/param.h"
+#else
+#include <afs/param.h>
+#endif
+#include <afsconfig.h>
+
+RCSID("$Header$");
+
+#if defined(UKERNEL)
 #include "../afs/sysincludes.h"
 #include "../afs/afsincludes.h"
 #include "../afs/stds.h"
@@ -19,7 +27,6 @@
 #include "../afs/ubik.h"
 #include "../afs/pthread_glock.h"
 #else /* defined(UKERNEL) */
-#include <afs/param.h>
 #include <afs/stds.h>
 #include <afs/pthread_glock.h>
 #include <stdio.h>