diff --git a/libs/apr-util/xml/expat/lib/xmlparse.c b/libs/apr-util/xml/expat/lib/xmlparse.c
index f1cf06df24..822fabdd86 100644
--- a/libs/apr-util/xml/expat/lib/xmlparse.c
+++ b/libs/apr-util/xml/expat/lib/xmlparse.c
@@ -20,6 +20,7 @@ static char RCSId[]
 #else
 #define memmove(d,s,l) ;punting on memmove;
 #endif
+#endif
 
 #ifdef HAVE_STRING_H
 #  include <string.h>