PERFORCE change 127765 for review

John Birrell jb at FreeBSD.org
Fri Oct 19 03:33:35 PDT 2007


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

Change 127765 by jb at jb_freebsd1 on 2007/10/19 10:33:12

	Add a missing include.

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/common/avl/avl.c#10 edit

Differences ...

==== //depot/projects/dtrace/src/sys/contrib/opensolaris/common/avl/avl.c#10 (text) ====

@@ -92,6 +92,7 @@
 
 #include <sys/types.h>
 #include <sys/param.h>
+#include <sys/stdint.h>
 #include <sys/debug.h>
 #include <sys/avl.h>
 


More information about the p4-projects mailing list