util-warning-cleanup-20011005
[openafs.git] / src / util / assert.c
index 097106b..ca35cc2 100644 (file)
@@ -7,10 +7,13 @@
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-#ifndef lint
-#endif
 /* ReallyAbort:  called from assert. May/85 */
+#include <afsconfig.h>
 #include <afs/param.h>
+#include <stdlib.h>
+
+RCSID("$Header$");
+
 #include <stdio.h>
 
 #ifdef AFS_NT40_ENV