projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbb0d77
)
Include the right header files.
author
Bruno Haible
<bruno@clisp.org>
Sun, 17 Aug 2008 19:56:29 +0000
(21:56 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 17 Aug 2008 19:56:29 +0000
(21:56 +0200)
lib/glthread/yield.h
patch
|
blob
|
history
diff --git
a/lib/glthread/yield.h
b/lib/glthread/yield.h
index f2083135e9af1818e6a46108c9d0a4775c17df29..dc6cf66363b30b79cbd58ff4efb03e9e3e4b864c 100644
(file)
--- a/
lib/glthread/yield.h
+++ b/
lib/glthread/yield.h
@@
-73,7
+73,6
@@
extern "C" {
/* Use the old Solaris threads library. */
# include <thread.h>
-# include <synch.h>
# ifdef __cplusplus
extern "C" {
@@
-92,6
+91,8
@@
extern "C" {
#if USE_WIN32_THREADS
+# include <windows.h>
+
# ifdef __cplusplus
extern "C" {
# endif