get rid of weird includes
* directory or online at http://www.openafs.org/dl/license10.html
*/
-#include <afs\param.h>
-#include <afs\stds.h>
+#include <afs/param.h>
+#include <afs/stds.h>
#include <windows.h>
#include <stdlib.h>
*/
#define _POSIX_PTHREAD_SEMANTICS
-#include <afs\param.h>
+#include <afs/param.h>
#include <assert.h>
#include <stdio.h>
#ifndef AFS_NT40_ENV
#include <signal.h>
#include <unistd.h>
#else
-#include <afs\procmgmt.h>
+#include <afs/procmgmt.h>
#endif
#include <pthread.h>