From e56bf8217ec422d7f3d728f6b329bf141401655f Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Thu, 21 Oct 2010 15:36:47 +1100 Subject: [PATCH] fix some build issues with current resolver --- autogen.sh | 2 +- util_shib.cpp | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 0928bcf..a209369 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,7 +6,7 @@ if [ -x "`which autoreconf 2>/dev/null`" ] ; then exec autoreconf -ivf fi -aclocal -I m4 && \ +aclocal -I . -I m4 && \ autoheader && \ libtoolize --automake -c && \ autoconf && \ diff --git a/util_shib.cpp b/util_shib.cpp index 13d88f6..e8beba4 100644 --- a/util_shib.cpp +++ b/util_shib.cpp @@ -49,9 +49,12 @@ * Local attribute provider implementation. */ +#include + +#include + #include #include - #include #include -- 2.1.4