The recent addition of AFS_NORETURN broke the Windows build
because afsconfig.h and afs/param.h were not included everywhere.
Make sure that they are.
Change-Id: I5962fe1178f73273f5b3c1d269b1a125fba2d2c6
Reviewed-on: http://gerrit.openafs.org/2159
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
#define USE_BPLUS 1
+#include <afsconfig.h>
#include <afs/param.h>
BOOL InitClass(HANDLE);
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
-#include <assert.h>
#include "afsd.h"
+#include <assert.h>
#include <strsafe.h>
#ifdef USE_BPLUS
/* $Id$ */
+#include <afsconfig.h>
+#include <afs/param.h>
+
#include<windows.h>
#include<netidmgr.h>
#include<dynimport.h>
*
*/
+#include <afsconfig.h>
+#include <afs/param.h>
+
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
*/
+#include <afsconfig.h>
+#include <afs/param.h>
+
#undef _CRTDBG_MAP_ALLOC
#include "stdio.h"
#include "io.h"
* directory or online at http://www.openafs.org/dl/license10.html
*/
-#include <assert.h>
#include <afsconfig.h>
#include <afs/param.h>
-
+#include <assert.h>
#include <sys/types.h>
#include <lock.h>
#include <ubik.h>