search for: 9daddfbd

Displaying 1 result from an estimated 1 matches for "9daddfbd".

2017 Oct 30
2
[PATCH] openbsd-compat/bsd-getpagesize.c: include includes.h for config.h defines
...92a3de787cabc9cd8425495f/build-end.log Fix it by including includes.h Signed-off-by: Peter Korsgaard <peter at korsgaard.com> --- openbsd-compat/bsd-getpagesize.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbsd-compat/bsd-getpagesize.c b/openbsd-compat/bsd-getpagesize.c index 9daddfbd..416a8d4c 100644 --- a/openbsd-compat/bsd-getpagesize.c +++ b/openbsd-compat/bsd-getpagesize.c @@ -1,5 +1,7 @@ /* Placed in the public domain */ +#include "includes.h" + #ifndef HAVE_GETPAGESIZE #include <unistd.h> -- 2.11.0