aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/ipvsadm/ipvsadm/0001-libipvs-Include-missing-sys-types.h.patch
blob: 8b08482be7cd6e267a719f5dd2a3e8e6bbbd3158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 4fc59f5733d187941e9a7ce5e9ea33714d85285c Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Fri, 26 May 2023 09:30:59 -0700
Subject: [PATCH] libipvs: Include missing sys/types.h

Its needed for u_intXX_t types

Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 libipvs/ip_vs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libipvs/ip_vs.h b/libipvs/ip_vs.h
index 2670c23..625b6cd 100644
--- a/libipvs/ip_vs.h
+++ b/libipvs/ip_vs.h
@@ -8,6 +8,7 @@
 
 #include <netinet/in.h>
 #include <sys/socket.h>
+#include <sys/types.h>
 #include <arpa/inet.h>
 #include <linux/types.h>	/* For __beXX types in userland */
 
-- 
2.40.1