summaryrefslogtreecommitdiff
path: root/math/ploticus/files/patch-reslimits.c
blob: 3623e527397cee59811253bb1ff08c45582cce45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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;