mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +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 <stdio.h>
|
||||
#include <string.h>
|
||||
#include "LocaleXlate.h"
|
||||
#include "XlationSvc.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue