a958f9e404eb162fb92267c64e633c23f609df30
[openafs.git] / src / comerr / internal.h
1 /*
2  * internal include file for com_err package
3  *
4  */
5 #include "mit-sipb-cr.h"
6 #include <errno.h>
7 #include <stdlib.h>
8 #include <stdio.h>      /* perror() */
9 #include <afs/param.h>
10
11 extern void yyerror(const char *s);