openbsd-ports/net/xmlrpc-epi/patches/patch-src_xmlrpc_c

16 lines
407 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_xmlrpc_c,v 1.1.1.1 2007/02/08 03:23:35 todd Exp $
--- src/xmlrpc.c.orig Wed Feb 7 18:45:59 2007
+++ src/xmlrpc.c Wed Feb 7 18:46:16 2007
@@ -117,10 +117,10 @@ static const char rcsid[] =
#include <string.h>
#include <stdarg.h>
#include <time.h>
+#include <expat.h>
#include "queue.h"
#include "xmlrpc.h"
-#include "xmlparse.h"
#include "base64.h"
#include "xml_to_xmlrpc.h"