Skip to content

Commit e78bdbe

Browse files
committed
add platform-listen.c to proj
1 parent c6172e3 commit e78bdbe

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

contrib/win32/openssh/sshd-session.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@
468468
<ClCompile Include="..\..\..\auth2-methods.c" />
469469
<ClCompile Include="..\..\..\auth2-pubkeyfile.c" />
470470
<ClCompile Include="..\..\..\misc.c" />
471+
<ClCompile Include="..\..\..\platform-listen.c" />
471472
<ClCompile Include="..\..\..\srclimit.c" />
472473
<ClCompile Include="..\..\..\ssh-sk-client.c" />
473474
<ClCompile Include="..\..\..\sshkey.c" />

contrib/win32/openssh/sshd-session.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@
159159
<ClCompile Include="..\win32compat\wmain_sshd-session.c">
160160
<Filter>Source Files</Filter>
161161
</ClCompile>
162+
<ClCompile Include="..\..\..\platform-listen.c">
163+
<Filter>Source Files</Filter>
164+
</ClCompile>
162165
</ItemGroup>
163166
<ItemGroup>
164167
<ResourceCompile Include="version.rc">

0 commit comments

Comments
 (0)