commit 561c52c70a0253413a110301f81eb7c551e381cd
parent f45803ab5b4472578b174b6ec00992c76cba1977
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Wed, 21 Jul 2021 21:25:01 +0300
MSVC projects: added missing header
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/w32/common/libmicrohttpd-files.vcxproj b/w32/common/libmicrohttpd-files.vcxproj
@@ -35,6 +35,7 @@
<ClInclude Include="$(MhdSrc)microhttpd\sha256.h" />
<ClInclude Include="$(MhdSrc)microhttpd\memorypool.h" />
<ClInclude Include="$(MhdSrc)microhttpd\mhd_assert.h" />
+ <ClInclude Include="$(MhdSrc)microhttpd\mhd_align.h" />
<ClInclude Include="$(MhdSrc)microhttpd\mhd_bithelpers.h" />
<ClInclude Include="$(MhdSrc)microhttpd\mhd_byteorder.h" />
<ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h" />
diff --git a/w32/common/libmicrohttpd-filters.vcxproj b/w32/common/libmicrohttpd-filters.vcxproj
@@ -67,6 +67,9 @@
<ClInclude Include="$(MhdSrc)microhttpd\mhd_assert.h">
<Filter>Internal Headers</Filter>
</ClInclude>
+ <ClInclude Include="$(MhdSrc)microhttpd\mhd_align.h">
+ <Filter>Internal Headers</Filter>
+ </ClInclude>
<ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h">
<Filter>Internal Headers</Filter>
</ClInclude>