mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtdocbook/xlate_locale: add proper include for strcmp
This commit is contained in:
parent
ebc283a2a7
commit
2b338e4241
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
*/
|
*/
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include "LocaleXlate.h"
|
#include "LocaleXlate.h"
|
||||||
#include "XlationSvc.h"
|
#include "XlationSvc.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue