NetBSD has sys_errlist in errno.h, not stdio.h like FreeBSD.
This commit is contained in:
parent
7573e69242
commit
97367c5e32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user