<ansi.h> -> <minix/ansi.h>
This commit is contained in:
parent
dc1cc91df1
commit
4fc9428808
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue