mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
mdnsresponder: add missing header
Fixes compilation with GCC14. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=mDNSResponder
|
PKG_NAME:=mDNSResponder
|
||||||
PKG_VERSION:=2200.100.94.0.2
|
PKG_VERSION:=2200.100.94.0.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_VERSION:=$(PKG_NAME)-$(PKG_VERSION)
|
PKG_SOURCE_VERSION:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
|||||||
21
net/mdnsresponder/patches/0015-Add-missing-limits.h.patch
Normal file
21
net/mdnsresponder/patches/0015-Add-missing-limits.h.patch
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
From 9fc45a2cf3b78573a568abf538a6e6f4bd30b2d7 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Alex Kiernan <alex.kiernan@gmail.com>
|
||||||
|
Date: Wed, 27 Sep 2023 11:45:26 +0100
|
||||||
|
Subject: [PATCH] Add missing limits.h
|
||||||
|
|
||||||
|
Upstream-Status: Pending
|
||||||
|
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
|
||||||
|
---
|
||||||
|
mDNSShared/PlatformCommon.c | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
--- a/mDNSShared/PlatformCommon.c
|
||||||
|
+++ b/mDNSShared/PlatformCommon.c
|
||||||
|
@@ -32,6 +32,7 @@
|
||||||
|
#include <time.h>
|
||||||
|
#include <sys/time.h> // Needed for #include <sys/time.h>().
|
||||||
|
#include <assert.h>
|
||||||
|
+#include <limits.h>
|
||||||
|
|
||||||
|
|
||||||
|
#include "mDNSEmbeddedAPI.h" // Defines the interface provided to the client layer above
|
||||||
Reference in New Issue
Block a user