dtdocbook/xlate_locale: add proper include for strcmp

This commit is contained in:
Jon Trulson 2020-09-08 08:40:55 -06:00
parent ebc283a2a7
commit 2b338e4241
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "LocaleXlate.h"
#include "XlationSvc.h"