$NetBSD: patch-ac,v 1.1.1.1 2008/04/27 20:02:29 asau Exp $

Pull in missing declarations.

--- simplempi/monte.c.orig	2003-05-14 21:06:21.000000000 +0400
+++ simplempi/monte.c	2008-04-27 15:28:51.000000000 +0400
@@ -1,4 +1,5 @@
 /* compute pi using Monte Carlo method */
+#include <stdio.h>
 #include <math.h>
 #include "mpi.h"
 #include "mpe.h"
