aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/nfs-utils/libnfsidmap/0001-include-sys-types.h-for-getting-u_-typedefs.patch
blob: 4ac52904401be6d0c82d7e7c45153c8805ba934a (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
From a5e95a42e7bceddc9ecad06694c1a0588f4bafc8 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Tue, 14 Apr 2015 07:22:47 -0700
Subject: [PATCH] include sys/types.h for getting u_* typedefs

Upstream-Status: Pending

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 cfg.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cfg.h b/cfg.h
index d4d4cab..fe49e8f 100644
--- a/cfg.h
+++ b/cfg.h
@@ -33,6 +33,7 @@
 #ifndef _CONF_H_
 #define _CONF_H_
 
+#include <sys/types.h>
 #include "queue.h"
 
 struct conf_list_node {
-- 
2.1.4