]> Zhao Yanbai Git Server - minix.git/commitdiff
<ansi.h> -> <minix/ansi.h>
authorBen Gras <ben@minix3.org>
Fri, 28 Jan 2011 11:50:47 +0000 (11:50 +0000)
committerBen Gras <ben@minix3.org>
Fri, 28 Jan 2011 11:50:47 +0000 (11:50 +0000)
include/net/gen/netdb.h

index b7a8b9f9fdafe26bd70b071609c6aca267dd7539..35850f0c2c231bb60e25ae7efcfc4c9f9f7f5d19 100644 (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));