summaryrefslogtreecommitdiffstats
path: root/www-misc/htdig/files/htdig-3.2.0_beta6-fix-implicit-function-declaration.patch
blob: d9fb674947b375fdf77acd72a9a91069d03e7cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Add missing header includes.
Author: Andrey Rakhmatullin <wrar@debian.org>
Bug-Debian: https://bugs.debian.org/1066208
Last-Update: 2024-03-16

Index: htdig-3.2.0b6/db/os_map.c
===================================================================
--- htdig-3.2.0b6.orig/db/os_map.c
+++ htdig-3.2.0b6/db/os_map.c
@@ -31,6 +31,8 @@ static const char sccsid[] = "@(#)os_map
 #endif
 
 #include "db_int.h"
+#include "db_page.h"
+#include "db_ext.h"
 #include "os_jump.h"
 
 #ifdef HAVE_MMAP