*** empty log message ***
[dana/urxvt.git] / src / rxvtlib.h.in
index f288b56..73b27d4 100644 (file)
 #include <sys/wait.h>
 #include <sys/stat.h>
 
-#include <cwchar>
+#if HAVE_CWCHAR
+# include <cwchar>
+#elif HAVE_WCHAR_H
+# include <wchar.h>
+#else
+// stdlib.h might provide it
+#endif
 
 #include "ptytty.h"