diff options
author | Miles Bader <miles@gnu.org> | 1995-11-06 21:11:29 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-11-06 21:11:29 +0000 |
commit | 0fe292dfbd3a289d646034824f6a85cc16858a11 (patch) | |
tree | 35dd6a36d3b80dbc047e18c6177874338c4a17c0 /proc/proc.h | |
parent | 608f5c8591ec112a8190d26ba39a51a2825633ca (diff) | |
download | hurd-0fe292dfbd3a289d646034824f6a85cc16858a11.tar.gz hurd-0fe292dfbd3a289d646034824f6a85cc16858a11.tar.bz2 hurd-0fe292dfbd3a289d646034824f6a85cc16858a11.zip |
Include <sys/resource.h>.
Diffstat (limited to 'proc/proc.h')
-rw-r--r-- | proc/proc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proc/proc.h b/proc/proc.h index 02d82e96..a4b47623 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -22,6 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef PROC_H_INCLUDED #define PROC_H_INCLUDED +#include <sys/resource.h> struct proc { |