ports/math/ploticus/files/patch-reslimits.c
Ying-Chieh Liao 269271c78d add ploticus 2.02
Generates plots and graphs from data
2002-01-23 19:32:29 +00:00

13 lines
285 B
C

--- reslimits.c.orig Wed Jan 23 22:39:27 2002
+++ reslimits.c Wed Jan 23 22:41:29 2002
@@ -9,8 +9,9 @@
#ifndef NORLIMIT
#include <stdio.h>
-#include <sys/resource.h>
+#include <sys/types.h>
#include <sys/time.h>
+#include <sys/resource.h>
reslimits( type, value )
char *type;