Fix more build errors

This commit is contained in:
Mike Christie 2008-02-06 22:22:33 +00:00
parent ac2e535ba7
commit f18d872723

View File

@ -1,3 +1,4 @@
diff -aurp open-iscsi-2.0-868-test1/usr/idbm.c open-iscsi-2.0-868-test1.work/usr/idbm.c
--- open-iscsi-2.0-868-test1/usr/idbm.c 2008-01-03 13:23:36.000000000 -0600
+++ open-iscsi-2.0-868-test1.work/usr/idbm.c 2008-02-06 15:23:10.000000000 -0600
@@ -26,6 +26,7 @@
@ -8,3 +9,14 @@
#include <sys/stat.h>
#include <sys/file.h>
diff -aurp open-iscsi-2.0-868-test1/usr/list.h open-iscsi-2.0-868-test1.work/usr/list.h
--- open-iscsi-2.0-868-test1/usr/list.h 2008-01-03 13:23:36.000000000 -0600
+++ open-iscsi-2.0-868-test1.work/usr/list.h 2008-02-06 16:19:27.000000000 -0600
@@ -1,6 +1,7 @@
#ifndef __LIST_H__
#define __LIST_H__
+#include <stddef.h>
/* taken from linux kernel */
#undef offsetof