Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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)

fz.patch (460 bytes ) - added by bughunter 9 years ago.
FZ 3.10.0 build fix

Download all attachments as: .zip

Change History (3)

by bughunter, 9 years ago

Attachment: fz.patch added

FZ 3.10.0 build fix

comment:1 by Tim Kosse, 9 years ago

Resolution: fixed
Status: newclosed

Thanks, I've committed a slightly modified version where the #include statement has been moved.

comment:2 by bughunter, 9 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.