From d6da7d4243d460a3afd1f11cec7335ee7b7b48d2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 11 Jul 1999 01:55:52 +0000 Subject: 1999-07-10 Roland McGrath * common.h: Add #include for munmap decl. --- libps/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libps') diff --git a/libps/common.h b/libps/common.h index abc04682..6c44641e 100644 --- a/libps/common.h +++ b/libps/common.h @@ -18,6 +18,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include + #define ABS(x) ((x) < 0 ? -(x) : (x)) #define MAX(x, y) ((x) < (y) ? (y) : (x)) #define MIN(x, y) ((x) < (y) ? (x) : (y)) -- cgit v1.2.3