dtmail: Make it build. There is more work to be done here.

Specifically, we should be able to have libDtMail subdir build all of
it's objects directly w/o intervening Makefile.am's and archive .a
libs.
This commit is contained in:
Jon Trulson
2019-10-29 18:30:19 -06:00
parent d183ade8b3
commit 77dfe92b3c
11 changed files with 16 additions and 17 deletions

View File

@@ -49,7 +49,7 @@
#include "dmx.hh"
// For CHARSET
#include <DtHelp/LocaleXlate.h>
#include <Dt/LocaleXlate.h>
#include <locale.h>
#include <strings.h>
#include "utils/str_utils.h"