Date: Fri, 19 Oct 2007 10:33:34 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 127765 for review Message-ID: <200710191033.l9JAXYJp003772@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127765 Change 127765 by jb@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710191033.l9JAXYJp003772>