From 97e2729d1a3432b9792b82ce88ce6d804a104f7a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 23 Nov 1998 17:38:09 +0000 Subject: Added --disable-multiprocessing flag and modified a lot of files to make it work. --- cpukit/score/src/coresem.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/src/coresem.c') diff --git a/cpukit/score/src/coresem.c b/cpukit/score/src/coresem.c index 074ba2cb22..b0b471bad6 100644 --- a/cpukit/score/src/coresem.c +++ b/cpukit/score/src/coresem.c @@ -24,7 +24,9 @@ #include #include #include +#if defined(RTEMS_MULTIPROCESSING) #include +#endif /*PAGE * -- cgit v1.2.3