#9997 closed Patch (fixed)
FileZilla 3.10.0 build failure due to missing #include <errno.h>
Reported by: | bughunter | Owned by: | |
---|---|---|---|
Priority: | high | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | BSD | |
Operating system version: |
Description
FileZilla 3.10.0 release build fails on FreeBSD due to missing errno.h include in engine/file.cpp and engine/process.cpp. Patch to correct is attached. Patch follows the pattern that errno.h is included into .cpp files which require it.
Attachments (1)
Change History (3)
by , 10 years ago
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks, I've committed a slightly modified version where the #include statement has been moved.
comment:2 by , 10 years ago
Thanks for quick commit.
I don't care about location, just that the includes are present :)
Note:
See TracTickets
for help on using tickets.
FZ 3.10.0 build fix