NetBSD has sys_errlist in errno.h, not stdio.h like FreeBSD.

This commit is contained in:
jb 1998-01-09 20:02:20 +00:00
parent 7573e69242
commit 97367c5e32

View File

@ -20,6 +20,7 @@ along with GNU GPERF; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
#include <errno.h>
#ifdef _HAVE_PARAM_H
#include <sys/param.h>
#endif