11 lines
188 B
C
11 lines
188 B
C
--- pi.c.orig 2007-08-06 18:51:13 UTC
|
|
+++ pi.c
|
|
@@ -1,6 +1,7 @@
|
|
#include <stdio.h>
|
|
#include <math.h>
|
|
#include <unistd.h>
|
|
+#include <sys/param.h>
|
|
#include <ppm.h>
|
|
|
|
#include "error.h"
|
|
|