[zathura] [PATCH] Fix build warnings

2011-10-23 Thread Pavel Borzenkov
The patch fixes the following build warnings: zathura.c: In function ‘prepare_document_open_from_stdin’: zathura.c:306: warning: implicit declaration of function ‘close’ zathura.c:314: warning: implicit declaration of function ‘read’ zathura.c:316: warning: implicit declaration of function ‘write’

[zathura] [PATCH] Fix build warning

2011-10-23 Thread Pavel Borzenkov
The patch fixes the following warning: document.c: In function ‘guess_type’: document.c:174: warning: implicit declaration of function ‘read’ Signed-off-by: Pavel Borzenkov --- document.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/document.c b/document.c index 8bfb

Re: [zathura] [PATCH] Fix build warning

2011-10-23 Thread Sebastian Ramacher
On 10/24/2011 08:38 AM, Pavel Borzenkov wrote: > The patch fixes the following warning: > > document.c: In function ‘guess_type’: > document.c:174: warning: implicit declaration of function ‘read’ Thank you, applied. ___ zathura mailing list zathura@lis