diff options
author | Max Kellermann <max@duempel.org> | 2013-10-31 00:08:14 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-31 00:08:14 +0100 |
commit | ff9b717bf621d5822e4a6dd489998cc359b03692 (patch) | |
tree | d3fecb15eebaa970ef115dc28c26fee4da79bcda /Makefile.am | |
parent | 8c834a4ff646ba97a397abb8b7f2ab32224b7244 (diff) |
Makefile.am: add missing header file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2852ec1e0..0572be240 100644 --- a/Makefile.am +++ b/Makefile.am @@ -249,6 +249,7 @@ libutil_a_SOURCES = \ src/util/Domain.hxx \ src/util/ReusableArray.hxx \ src/util/ASCII.hxx \ + src/util/CharUtil.hxx \ src/util/NumberParser.hxx \ src/util/StringUtil.cxx src/util/StringUtil.hxx \ src/util/FormatString.cxx src/util/FormatString.hxx \ |