<ansi.h> -> <minix/ansi.h>

This commit is contained in:
Ben Gras 2011-01-28 11:50:47 +00:00
parent dc1cc91df1
commit 4fc9428808

View file

@ -93,8 +93,8 @@ extern int h_errno;
#define NO_DATA 4 /* Valid name, no data record of requested type */
#define NO_ADDRESS NO_DATA /* no address, look for MX record */
#ifndef _ANSI_H
#include <ansi.h>
#ifndef _MINIX_ANSI_H
#include <minix/ansi.h>
#endif
void endhostent _ARGS((void));