Commit d58243d1 by Richard Stallman

Find ansi.h in machine subdir.

From-SVN: r2703
parent ec583967
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
/* On 4.3bsd-net2, make sure ansi.h is included, so we have /* On 4.3bsd-net2, make sure ansi.h is included, so we have
one less case to deal with in the following. */ one less case to deal with in the following. */
#if defined (__BSD_NET2__) || defined (____386BSD____) #if defined (__BSD_NET2__) || defined (____386BSD____)
#include <ansi.h> #include <machines/ansi.h>
#endif #endif
/* In 4.3bsd-net2, machine/ansi.h defines these symbols, which are /* In 4.3bsd-net2, machine/ansi.h defines these symbols, which are
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment