aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/mdns/mdns/0015-Add-missing-limits.h.patch
blob: 511a6fdc1873f5052cc20ccd258cb7527d74aeb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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(+)

Index: mDNSResponder/mDNSShared/PlatformCommon.c
===================================================================
--- mDNSResponder.orig/mDNSShared/PlatformCommon.c
+++ mDNSResponder/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