From 1691bdcafc85269066be844a77d4192325580867 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Wed, 28 Nov 2001 03:12:20 +0000 Subject: [PATCH] HP's cpp apparently can't handle whitespace before #include --- aclocal.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index e83a8bf4..ebe754a2 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -43,8 +43,8 @@ AC_DEFUN([TYPE_SOCKLEN_T], for arg2 in "struct sockaddr" void; do for t in int size_t unsigned long "unsigned long"; do AC_TRY_COMPILE([ - #include - #include +#include +#include int getpeername (int, $arg2 *, $t *); ],[ -- 2.34.1