From bf1c069d56a7ec3f7d60b4ee163aa597a7584f10 Mon Sep 17 00:00:00 2001 From: braam Date: Mon, 17 Feb 2003 10:24:15 +0000 Subject: [PATCH] - the bulk of the build fixes for liblustre. Note that all user level programs now need to include (as is done in the utils and test directories. --- lustre/tests/open_delay.c | 2 ++ lustre/utils/obdbarrier.c | 1 + lustre/utils/obdio.c | 1 + lustre/utils/obdiolib.c | 1 + 4 files changed, 5 insertions(+) diff --git a/lustre/tests/open_delay.c b/lustre/tests/open_delay.c index 2f418846..de4815c 100644 --- a/lustre/tests/open_delay.c +++ b/lustre/tests/open_delay.c @@ -2,6 +2,8 @@ #include #include #include +#include +#include #include #include #include diff --git a/lustre/utils/obdbarrier.c b/lustre/utils/obdbarrier.c index 911ab5f..3363824 100644 --- a/lustre/utils/obdbarrier.c +++ b/lustre/utils/obdbarrier.c @@ -26,6 +26,7 @@ #include #include +#include #include "obdiolib.h" int diff --git a/lustre/utils/obdio.c b/lustre/utils/obdio.c index ccee788..65a4cac 100644 --- a/lustre/utils/obdio.c +++ b/lustre/utils/obdio.c @@ -26,6 +26,7 @@ #include #include +#include #include "obdiolib.h" int diff --git a/lustre/utils/obdiolib.c b/lustre/utils/obdiolib.c index ef95055..0404808 100644 --- a/lustre/utils/obdiolib.c +++ b/lustre/utils/obdiolib.c @@ -30,6 +30,7 @@ #include #include +#include #include "obdiolib.h" void -- 1.8.3.1