<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_DATA 4 /* Valid name, no data record of requested type */
#define NO_ADDRESS NO_DATA /* no address, look for MX record */ #define NO_ADDRESS NO_DATA /* no address, look for MX record */
#ifndef _ANSI_H #ifndef _MINIX_ANSI_H
#include <ansi.h> #include <minix/ansi.h>
#endif #endif
void endhostent _ARGS((void)); void endhostent _ARGS((void));