blob: 38838c9a19b3b9f9c0ceed002246efa2bd569a98 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- open-iscsi-2.0-871.orig/usr/idbm.c 2009-07-11 05:55:58.000000000 +0200
+++ open-iscsi-2.0-871/usr/idbm.c 2014-01-03 12:44:20.000000000 +0100
@@ -29,6 +29,7 @@
#include <limits.h>
#include <sys/stat.h>
#include <sys/file.h>
+#include <fcntl.h>
#include "idbm.h"
#include "idbm_fields.h"
|