src: Add missing base64.h

This commit is contained in:
Tatsuhiro Tsujikawa 2013-02-11 21:49:04 +09:00
parent e28f169228
commit e322af8a6f
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ spdyd_SOURCES = ${HELPER_OBJECTS} ${HELPER_HFILES} \
spdyd.cc
if HAVE_LIBEVENT_OPENSSL
SHRPX_SRCS = ${HELPER_OBJECTS} ${HELPER_HFILES} \
SHRPX_SRCS = \
util.cc util.h base64.h \
shrpx_config.cc shrpx_config.h \
shrpx_error.h \
shrpx_listen_handler.cc shrpx_listen_handler.h \