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

This commit is contained in:
John Birrell 1998-01-09 20:02:20 +00:00
parent b09f41a4b9
commit 50dbd3f631
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32376

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