mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
- Remove upstream-ed diff[1] - fix missing dependency on makeinfo[2] PR: 216841[1] 214892[2] Submitted by: ashish[1] freebsd@skinc.ru[2]
12 lines
278 B
C
12 lines
278 B
C
--- libguile/pthread-threads.h.orig 2012-07-02 09:28:13 UTC
|
|
+++ libguile/pthread-threads.h
|
|
@@ -27,6 +27,9 @@
|
|
*/
|
|
|
|
#include <pthread.h>
|
|
+#if HAVE_PTHREAD_NP_H
|
|
+# include <pthread_np.h>
|
|
+#endif
|
|
#include <sched.h>
|
|
|
|
/* `libgc' defines wrapper procedures for pthread calls. */
|