summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-getpagesize.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/bsd-getpagesize.c')
-rw-r--r--openbsd-compat/bsd-getpagesize.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/bsd-getpagesize.c b/openbsd-compat/bsd-getpagesize.c
index 9daddfbd3..416a8d4cb 100644
--- a/openbsd-compat/bsd-getpagesize.c
+++ b/openbsd-compat/bsd-getpagesize.c
@@ -1,5 +1,7 @@
1/* Placed in the public domain */ 1/* Placed in the public domain */
2 2
3#include "includes.h"
4
3#ifndef HAVE_GETPAGESIZE 5#ifndef HAVE_GETPAGESIZE
4 6
5#include <unistd.h> 7#include <unistd.h>