blob: aecede6eef937a731d7febee03a4ff4a82406cc0 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001From 2b39f85dcf020647544002cb0b0e734748391dfb Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Fri, 2 Feb 2018 23:27:25 -0800
4Subject: [PATCH 2/4] idbm.c: Include fcnl.h for O_RDWR and O_CREAT definitions
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7---
8 usr/idbm.c | 1 +
9 1 file changed, 1 insertion(+)
10
11diff --git a/usr/idbm.c b/usr/idbm.c
12index 5532202..0a51b85 100644
13--- a/usr/idbm.c
14+++ b/usr/idbm.c
15@@ -27,6 +27,7 @@
16 #include <errno.h>
17 #include <dirent.h>
18 #include <limits.h>
19+#include <fcntl.h>
20 #include <sys/stat.h>
21 #include <sys/file.h>
22
23--
242.16.1
25