blob: 8e8c2b90254352016de6ef2296bfb3f42156020c [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001From 51539bcd2ee9f765595c0be16eebc1daee112b27 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Fri, 7 Apr 2017 16:52:59 -0700
4Subject: [PATCH 1/2] fileio: Include sys/param.h for MAXNAMLEN
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7---
8 fileio.c | 1 +
9 1 file changed, 1 insertion(+)
10
Brad Bishop6e60e8b2018-02-01 10:27:11 -050011--- a/fileio.c
12+++ b/fileio.c
13@@ -12,6 +12,7 @@
14 #include <sys/time.h>
15 #include <sys/types.h>
16 #include <sys/wait.h>
17+#include <sys/param.h>
18 #include <dirent.h>
19 #include <errno.h>
20 #include <fcntl.h>