--- stlport/cwchar.orig	Thu Jan 10 19:41:56 2002
+++ stlport/cwchar	Thu Jun  6 23:24:28 2002
@@ -21,6 +21,10 @@
 #  include <stl/_prolog.h>
 # endif
 
+#if defined (__FreeBSD__) && defined (__GNUC__)
+# include <../wchar.h>
+#endif
+
 # ifdef __GNUC__
 #  include <cstddef>
 # endif
@@ -36,7 +40,7 @@
 # elif defined (__MRC__) || defined (__SC__) || defined (__BORLANDC__) || defined(__FreeBSD__) || (defined (__GNUC__) && defined (__APPLE__) || defined( __Lynx__ )) || defined (_STLP_NO_WCHAR_T)
 
 #  include _STLP_NATIVE_C_HEADER(stddef.h)
-#  if defined (__FreeBSD__) || defined (__Lynx__)
+#  if defined (__Lynx__)
 #   ifndef _WINT_T
 typedef long int wint_t;
 #    define _WINT_T
