mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-02-19 05:45:30 +01:00
Fix build warning
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 <pavel.borzenkov@gmail.com> Signed-off-by: Sebastian Ramacher <s.ramacher@gmx.at>
This commit is contained in:
parent
0476dbe930
commit
744320b8fa
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue