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@lists.pwmt.org
http://lists.pwmt.org/mailman/listinfo/zathura


[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 8bfb1b1..897da11 100644
--- a/document.c
+++ b/document.c
@@ -6,6 +6,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
-- 
1.7.0.4

___
zathura mailing list
zathura@lists.pwmt.org
http://lists.pwmt.org/mailman/listinfo/zathura