You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/wcd/files/wcd-5.2.6-wchar.patch

16 lines
322 B

Index: src/c3po/structur.h
===================================================================
--- src/c3po/structur.h (revision 835)
+++ src/c3po/structur.h (working copy)
@@ -20,6 +20,10 @@
*/
+#ifdef WCD_UNICODE
+#include <wchar.h>
+#endif
+
#ifndef C3PO_BASIC_TYPES_INCLUDED
#define C3PO_BASIC_TYPES_INCLUDED