#291 closed Bug (fixed)
add unistd.h to some files
Reported by: | afxgroup | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | libtransmission | Version: | 0.80 |
Severity: | Normal | Keywords: | |
Cc: |
Description
Some platforms (like AmigaOS4 but most of BSD platforms i think) needs #include <unistd.h> where is defined MAXPATHLEN. the two files that needs the include file are:
libtransmission/dirname.c libtransmission/basename.c
Change History (3)
comment:1 Changed 15 years ago by afxgroup
- Component changed from Transmission to libtransmission
- Owner somebody deleted
comment:2 Changed 15 years ago by charles
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r2684. Thanks for the report!