1.0.48.19: another go at fixing the win32 build
[sbcl.git] / src / code / thread.lisp
index 7a2e567..85eb1c8 100644 (file)
@@ -28,7 +28,8 @@ in future versions."
    :type mutex)
   (result-lock
    (make-mutex :name "thread result lock")
-   :type mutex))
+   :type mutex)
+  waiting-for)
 
 (def!struct mutex
   #!+sb-doc