diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 16:37:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 16:37:56 +0000 |
commit | f6ee9c70c6c8dcb6607e7abbe0a80e1e122e2a14 (patch) | |
tree | d54309a07a663de894861b383a7434c7c190c0aa | |
parent | 717dcd95e7d9bf77c9855e3e13eada15900b3231 (diff) |
Include <cthreads.h>.
-rw-r--r-- | libports/count-bucket.c | 1 | ||||
-rw-r--r-- | libports/enable-bucket.c | 1 | ||||
-rw-r--r-- | libports/enable-class.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/libports/count-bucket.c b/libports/count-bucket.c index d1d771f5..9aff58e9 100644 --- a/libports/count-bucket.c +++ b/libports/count-bucket.c @@ -19,6 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "ports.h" +#include <cthreads.h> int ports_count_bucket (struct port_bucket *bucket) diff --git a/libports/enable-bucket.c b/libports/enable-bucket.c index ac1af67e..0a5ea538 100644 --- a/libports/enable-bucket.c +++ b/libports/enable-bucket.c @@ -19,6 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "ports.h" +#include <cthreads.h> void ports_enable_bucket (struct port_bucket *bucket) diff --git a/libports/enable-class.c b/libports/enable-class.c index 31d025fa..7aebf685 100644 --- a/libports/enable-class.c +++ b/libports/enable-class.c @@ -19,6 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "ports.h" +#include <cthreads.h> void ports_enable_class (struct port_class *class) |