Revision: 7005 Author: [email protected] Date: Sun May 1 04:18:01 2011 Log: * uim/scim.cpp - Fix compile error in broken uim-scim by including string.h, which is needed to use strcmp(). http://code.google.com/p/uim/source/detail?r=7005
Modified: /trunk/uim/scim.cpp ======================================= --- /trunk/uim/scim.cpp Thu Jan 6 18:09:56 2011 +++ /trunk/uim/scim.cpp Sun May 1 04:18:01 2011 @@ -38,6 +38,7 @@ #define Uses_SCIM_PANEL #define Uses_SCIM_SOCKET #define Uses_SCIM_SOCKET_TRANSACTION +#define Uses_C_STRING #include <scim.h> #include "uim.h"
