*** ./threadlibs.c.orig	Thu Dec 16 20:47:42 2004
--- ./threadlibs.c	Sat Dec 10 09:46:22 2005
***************
*** 15,20 ****
--- 15,23 ----
  	|| defined(GC_DARWIN_THREADS) || defined(GC_AIX_THREADS)
          printf("-lpthread\n");
  #   endif
+ #   if defined(GC_OPENBSD_PTHREADS)
+         printf("-lpthread\n");
+ #   endif
  #   if defined(GC_FREEBSD_THREADS)
  #       if (__FREEBSD_version >= 500000)
            printf("-lpthread\n");
