1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-20 13:19:01 +00:00

Fix windows build breakage from r32558

This commit is contained in:
dmiller
2014-01-06 20:19:21 +00:00
parent 4816358475
commit d1304e602c

View File

@@ -140,6 +140,7 @@
<ClCompile Include="..\nmap.cc" />
<ClCompile Include="..\nmap_dns.cc" />
<ClCompile Include="..\nmap_error.cc" />
<ClCompile Include="..\nmap_ftp.cc" />
<ClCompile Include="..\nmap_tty.cc" />
<ClCompile Include="..\NmapOps.cc" />
<ClCompile Include="..\NmapOutputTable.cc" />
@@ -191,6 +192,7 @@
<ClInclude Include="..\nmap.h" />
<ClInclude Include="..\nmap_dns.h" />
<ClInclude Include="..\nmap_error.h" />
<ClInclude Include="..\nmap_ftp.h" />
<ClInclude Include="..\nmap_tty.h" />
<ClInclude Include="..\nmap_winconfig.h" />
<ClInclude Include="..\NmapOps.h" />