blob: 5083f4650bcdb24110e0d2b3fc41848fe8911bb1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/reslimits.c.orig Sat May 24 15:07:41 2003
+++ src/reslimits.c Sat May 24 15:08:01 2003
@@ -9,6 +9,7 @@
#ifndef NORLIMIT
#include <stdio.h>
+#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>
|