diff src/mem-limits.h @ 5547:261bf09dc10a

Include <sys/types.h> before <sys/resource.h>.
author Roland McGrath <roland@gnu.org>
date Sun, 09 Jan 1994 23:36:21 +0000
parents 525a2027ec95
children 34c91bb33ed0
line wrap: on
line diff
--- a/src/mem-limits.h	Sun Jan 09 23:24:57 1994 +0000
+++ b/src/mem-limits.h	Sun Jan 09 23:36:21 1994 +0000
@@ -1,5 +1,5 @@
 /* Includes for memory limit warnings.
-   Copyright (C) 1990, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1993, 1994 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -21,6 +21,9 @@
 #include <dpmi.h>
 #endif
 
+/* Some systems need this before <sys/resource.h>.  */
+#include <sys/types.h>
+
 #ifdef _LIBC
 
 #include <sys/resource.h>