diff --git a/configure.ac b/configure.ac index 50ed4cb3c..bbb5fa8bd 100644 --- a/configure.ac +++ b/configure.ac @@ -848,7 +848,7 @@ fi AM_CONDITIONAL(RECORD, [test "x$RECORD" = xyes]) if test "x$RECORD" = xyes; then AC_DEFINE(XRECORD, 1, [Support Record extension]) - REQUIRED_MODULES="$REQUIRED_MODULES recordproto" + REQUIRED_MODULES="$REQUIRED_MODULES [recordproto >= 1.13.99.1]" RECORD_LIB='$(top_builddir)/record/librecord.la' fi diff --git a/record/record.c b/record/record.c index 7000b00e2..84a96188a 100644 --- a/record/record.c +++ b/record/record.c @@ -38,8 +38,7 @@ and Jim Haggerty of Metheus. #include "dixstruct.h" #include "extnsionst.h" -#define _XRECORD_SERVER_ -#include +#include #include "set.h" #include "swaprep.h" #include "inputstr.h"