12 lines
350 B
Diff
12 lines
350 B
Diff
--- open-iscsi-2.0-871.1.1-bnx2i/usr/iscsi_sysfs.c 2010-01-15 02:24:02.000000000 -0600
|
|
+++ open-iscsi-2.0-871.1.1-bnx2i.work/usr/iscsi_sysfs.c 2010-01-15 09:50:41.000000000 -0600
|
|
@@ -22,6 +22,8 @@
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
#include <dirent.h>
|
|
+#include <sys/types.h>
|
|
+#include <sys/stat.h>
|
|
|
|
#include "log.h"
|
|
#include "initiator.h"
|