1 2 3 4 5 6 7 8 9 10 11 12
--- locale/mywchar.h.orig 1997-12-22 04:20:04 UTC +++ locale/mywchar.h @@ -10,7 +10,9 @@ #endif #ifdef BSD +#if !defined(__FreeBSD__) || (__FreeBSD__ < 5) #include <machine/ansi.h> +#endif #include <machine/limits.h> #ifndef NULL