Opened 9 years ago
Closed 9 years ago
#10742 closed Patch (fixed)
Compile failure on non-Windows platforms due to missing header
Reported by: | bughunter | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | BSD | |
Operating system version: |
Description
Compilations fails in engine/proxy.cpp with undefined references to AF_INET and SOCK_STREAM due to missing #include sys/socket.h.
Attachments (1)
Change History (2)
by , 9 years ago
Attachment: | patch-src_engine_proxy.cpp added |
---|
comment:1 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thank you, the patch has been applied and committed to the repository.
Note:
See TracTickets
for help on using tickets.
add missing header to proxy.cpp