From 13768813bcec803e4d269dc597411804bb4c37b1 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 17 Feb 2018 22:57:26 +0100 Subject: hurd: Define EXEC_PAGESIZE * mach/Makefile (headers): Add mach/param.h. * sysdeps/mach/hurd/bits/param.h: Include . * sysdeps/mach/i386/mach/param.h: New file, defines EXEC_PAGESIZE --- sysdeps/mach/hurd/bits/param.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/mach/hurd') diff --git a/sysdeps/mach/hurd/bits/param.h b/sysdeps/mach/hurd/bits/param.h index 736fac1716..7d535712a4 100644 --- a/sysdeps/mach/hurd/bits/param.h +++ b/sysdeps/mach/hurd/bits/param.h @@ -20,6 +20,8 @@ # error "Never use directly; include instead." #endif +#include + /* This file is deprecated and is provided only for compatibility with Unix systems. It is unwise to include this file on programs which are intended only for GNU systems. -- cgit 1.4.1