Date: Tue, 15 Aug 2006 02:16:26 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 103943 for review Message-ID: <200608150216.k7F2GQeu082940@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103943 Change 103943 by jb@jb_freebsd2 on 2006/08/15 02:16:13 Fix a compiler warning by including the header containing the prototype. Affected files ... .. //depot/projects/dtrace/src/contrib/opensolaris/cmd/sgs/tools/common/findprime.c#3 edit Differences ... ==== //depot/projects/dtrace/src/contrib/opensolaris/cmd/sgs/tools/common/findprime.c#3 (text) ==== @@ -27,6 +27,7 @@ #pragma ident "@(#)findprime.c 1.2 05/06/08 SMI" #include <sys/types.h> +#include <sgs.h> /* * function that will find a prime'ish number. Usefull for
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608150216.k7F2GQeu082940>