mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
FreeBSD 5.x. This fixes native threads compilation on FreeBSD 5.x. Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp>
12 lines
365 B
C
12 lines
365 B
C
$FreeBSD$
|
|
|
|
--- ../src/solaris/hpi/native_threads/src/threads_md.c 21 Nov 2001 04:02:04 -0000 1.4
|
|
+++ ../src/solaris/hpi/native_threads/src/threads_md.c 24 Feb 2003 03:17:30 -0000
|
|
@@ -23,6 +23,7 @@
|
|
#include <setjmp.h>
|
|
#include <signal.h>
|
|
#include <sys/types.h>
|
|
+#include <sys/time.h>
|
|
#include <sys/signal.h>
|
|
#include <sys/resource.h>
|
|
#ifdef __FreeBSD__
|