summaryrefslogtreecommitdiff
path: root/src/getpagesize.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/getpagesize.h')
-rw-r--r--src/getpagesize.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/getpagesize.h b/src/getpagesize.h
index 2ec51ab3719..b69f0123ddf 100644
--- a/src/getpagesize.h
+++ b/src/getpagesize.h
@@ -19,9 +19,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#ifndef HAVE_GETPAGESIZE
-# ifdef HAVE_UNISTD_H
-# include <unistd.h>
-# endif
+# include <unistd.h>
# ifdef _SC_PAGESIZE
# define getpagesize() sysconf(_SC_PAGESIZE)