1
0
Fork 0
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:
Jon Trulson 2020-09-08 08:40:55 -06:00
parent ebc283a2a7
commit 2b338e4241

View file

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