Bug#300391: af_vfs.h: missing #include sys/types.h line

2005-03-19 Thread Andrew Suffield
Package: libaudiofile-dev Severity: important /usr/include/af_vfs.h uses ssize_t, but doesn't include sys/types.h, so it will fail to compile if nothing has included that first. -- .''`. ** Debian GNU/Linux ** | Andrew Suffield : :' : http://www.debian.org/ | `. `'

Bug#300391: af_vfs.h: missing #include sys/types.h line

2005-03-19 Thread Daniel Kobras
On Sat, Mar 19, 2005 at 12:59:16PM +, Andrew Suffield wrote: /usr/include/af_vfs.h uses ssize_t, but doesn't include sys/types.h, so it will fail to compile if nothing has included that first. It also needs the typedef for AFvirtualfile from audiofile.h, which in turn includes sys/types.h.

Bug#300391: af_vfs.h: missing #include sys/types.h line

2005-03-19 Thread Daniel Kobras
tag 300391 + pending thanks On Sat, Mar 19, 2005 at 03:47:12PM +, Andrew Suffield wrote: On Sat, Mar 19, 2005 at 04:42:49PM +0100, Daniel Kobras wrote: On Sat, Mar 19, 2005 at 12:59:16PM +, Andrew Suffield wrote: /usr/include/af_vfs.h uses ssize_t, but doesn't include sys/types.h,