blob: 076e08fadc76302fde44ef12fbfdc44d9dc26474 [file] [log] [blame]
Andrew Geisslerc5535c92023-01-27 16:10:19 -06001From 63e0785bb379a8f2c41f34f5cd938ca38555e605 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Fri, 13 Jan 2023 23:41:01 -0800
4Subject: [PATCH] locate.c: Include attr.h
5
6Its needed for fix_dir_times() API declarations
7
8Upstream-Status: Submitted [https://github.com/unfs3/unfs3/pull/32]
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10---
11 locate.c | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --git a/locate.c b/locate.c
15index 6bbe71f..84e0fe5 100644
16--- a/locate.c
17+++ b/locate.c
18@@ -27,6 +27,7 @@
19 #include "nfs.h"
20 #include "fh.h"
21 #include "daemon.h"
22+#include "attr.h"
23
24 /*
25 * these are the brute-force file searching routines that are used
26--
272.39.0
28