Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37764020
en ru br
ALT Linux repos
S:4.4.3.P1-alt1
5.0: 3.0.7-alt1
4.1: 3.0.6-alt2.M41.1
4.0: 3.0.6-alt1
3.0: 3.0.2-alt1

Group :: System/Servers
RPM: dhcp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 0029-explicitly-include-bind-headers-that-are-required.patch
Download


From 0 Mon Sep 17 00:00:00 2001
From: Michael Gilbert <mgilbert@debian.org>
Date: Thu, 6 Dec 2018 19:59:43 +0300
Subject: [PATCH 29] explicitly include bind headers that are required
http://bugs.debian.org/894093
diff --git a/dhcp/includes/dhcpd.h b/dhcp/includes/dhcpd.h
index defaced..defaced 100644
--- a/dhcp/includes/dhcpd.h
+++ b/dhcp/includes/dhcpd.h
@@ -62,6 +62,10 @@
 # include <net/if_dl.h>
 #endif
 
+#include <isc/int.h>
+#include <isc/util.h>
+#include <isc/boolean.h>
+
 #include <setjmp.h>
 
 #include "cdefs.h"
diff --git a/dhcp/includes/omapip/omapip.h b/dhcp/includes/omapip/omapip.h
index defaced..defaced 100644
--- a/dhcp/includes/omapip/omapip.h
+++ b/dhcp/includes/omapip/omapip.h
@@ -32,6 +32,7 @@
 #include <stdarg.h>
 
 #include <dns/tsec.h>
+#include <isc/boolean.h>
 
 typedef unsigned int omapi_handle_t;
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin