mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
13 lines
264 B
C
13 lines
264 B
C
--- locale/mywchar.h.old Mon Dec 22 13:20:04 1997
|
|
+++ locale/mywchar.h Tue Oct 15 16:19:11 2002
|
|
@@ -10,7 +10,9 @@
|
|
#endif
|
|
|
|
#ifdef BSD
|
|
+#if !defined(__FreeBSD__) || (__FreeBSD__ < 5)
|
|
#include <machine/ansi.h>
|
|
+#endif
|
|
#include <machine/limits.h>
|
|
|
|
#ifndef NULL
|