diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-08-27 15:32:42 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-08-27 15:32:42 +0200 |
commit | afd250f5d9d04b6fca4a86f290667b774a8dc365 (patch) | |
tree | 625c1c1a0d5be41525018890464f2d93c67f6070 /windows | |
parent | 25f3a7cd1d6b86930649f91ac4b781b4155ae411 (diff) |
fix compilation and symbol check
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'windows')
-rw-r--r-- | windows/nDPI.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/nDPI.vcxproj b/windows/nDPI.vcxproj index 7ebb55b3d..3f2299c0b 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -126,6 +126,7 @@ <ClCompile Include="..\src\lib\ndpi_bitmap.c" /> <ClCompile Include="..\src\lib\ndpi_classify.c" /> <ClCompile Include="..\src\lib\ndpi_community_id.c" /> + <ClCompile Include="..\src\lib\ndpi_domain_classify.c" /> <ClCompile Include="..\src\lib\ndpi_geoip.c" /> <ClCompile Include="..\src\lib\ndpi_main.c" /> <ClCompile Include="..\src\lib\ndpi_filter.c" /> |