summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-26 02:38:55 +0000
committerRoland McGrath <roland@gnu.org>1994-10-26 02:38:55 +0000
commit2fb0c1ba7309ec6f9fd193625cf63c8c162fcaa4 (patch)
treede070ee9cf59dbc5c07704e448be2ff3a45f2c2d
parent305c84ae1fa414c939db9212a7eaef55789ef15b (diff)
Include <errno.h>.
-rw-r--r--hurd/hurd/resource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/hurd/resource.h b/hurd/hurd/resource.h
index 4a9e051d72..48d475caf4 100644
--- a/hurd/hurd/resource.h
+++ b/hurd/hurd/resource.h
@@ -22,6 +22,7 @@ Cambridge, MA 02139, USA. */
#include <sys/types.h>
#include <sys/resource.h>
+#include <errno.h>
/* This array contains the current resource limits for the process. */
extern struct rlimit _hurd_rlimits[RLIM_NLIMITS];