PERFORCE change 41591 for review

Peter Wemm peter at FreeBSD.org
Thu Nov 6 09:26:43 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=41591

Change 41591 by peter at peter_hammer on 2003/11/06 09:26:15

	I dont remember if this was needed or not, but its been laying around
	in my tree for ages.

Affected files ...

.. //depot/projects/ezm3/libs/m3core/src/runtime/FBSD_AMD64/RTThreadC.c#3 edit

Differences ...

==== //depot/projects/ezm3/libs/m3core/src/runtime/FBSD_AMD64/RTThreadC.c#3 (text+ko) ====

@@ -7,6 +7,7 @@
 
 /* This file implements the coroutine transfer: RTThread.Transfer */
 
+#include <sys/types.h>
 #include <ucontext.h>
 
 void RTThread__Transfer (ucontext_t *from, ucontext_t *to)


More information about the p4-projects mailing list