19 lines
567 B
Plaintext
19 lines
567 B
Plaintext
diff --git a/usr/Makefile b/usr/Makefile
|
|
diff --git a/usr/ibmvio/ibmvio.c b/usr/ibmvio/ibmvio.c
|
|
diff --git a/usr/iscsi/iscsid.c b/usr/iscsi/iscsid.c
|
|
diff --git a/usr/scsi.h b/usr/scsi.h
|
|
diff --git a/usr/target.c b/usr/target.c
|
|
diff --git a/usr/tgtif.c b/usr/tgtif.c
|
|
index 5ee6fe5..960d31d 100644
|
|
--- a/usr/tgtif.c
|
|
+++ b/usr/tgtif.c
|
|
@@ -35,7 +35,7 @@ #include <sys/stat.h>
|
|
#include <sys/sysmacros.h>
|
|
|
|
#define aligned_u64 unsigned long long __attribute__((aligned(8)))
|
|
-#include <scsi/scsi_tgt_if.h>
|
|
+#include "scsi_tgt_if.h"
|
|
|
|
#include "list.h"
|
|
#include "util.h"
|