From 0476dbe93088f404f083c407de0d00de72062adf Mon Sep 17 00:00:00 2001 From: Pavel Borzenkov Date: Mon, 24 Oct 2011 00:46:53 -0400 Subject: [PATCH] Fix build warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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’ Signed-off-by: Pavel Borzenkov Signed-off-by: Sebastian Ramacher --- zathura.c | 1 + 1 file changed, 1 insertion(+) diff --git a/zathura.c b/zathura.c index 7aa268b..696b570 100644 --- a/zathura.c +++ b/zathura.c @@ -4,6 +4,7 @@ #define _XOPEN_SOURCE 700 #include +#include #include #include