You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by sa...@apache.org on 2007/09/26 06:18:12 UTC

svn commit: r579464 - /webservices/savan/trunk/c/samples/server/publisher/publisher.c

Author: samisa
Date: Tue Sep 25 21:18:11 2007
New Revision: 579464

URL: http://svn.apache.org/viewvc?rev=579464&view=rev
Log:
Fixed build break

Modified:
    webservices/savan/trunk/c/samples/server/publisher/publisher.c

Modified: webservices/savan/trunk/c/samples/server/publisher/publisher.c
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/samples/server/publisher/publisher.c?rev=579464&r1=579463&r2=579464&view=diff
==============================================================================
--- webservices/savan/trunk/c/samples/server/publisher/publisher.c (original)
+++ webservices/savan/trunk/c/samples/server/publisher/publisher.c Tue Sep 25 21:18:11 2007
@@ -15,6 +15,7 @@
  */
 
 #include <axiom_xml_writer.h>
+#include <axiom_element.h>
 #include <stdio.h>
 
 #include "publisher.h"