jlec 15/01/21 08:21:39 Added: wcd-5.2.6-wchar.patch Log: app-misc/wcd: Version Bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.1 app-misc/wcd/files/wcd-5.2.6-wchar.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wcd/files/wcd-5.2.6-wchar.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wcd/files/wcd-5.2.6-wchar.patch?rev=1.1&content-type=text/plain Index: wcd-5.2.6-wchar.patch =================================================================== 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
