[xmppd-dev] commit r1545 - branches/RELEASE-1_6_1/jabberd

mail at jabberd.org mail at jabberd.org
Mon Dec 8 18:03:21 CET 2008


Author: mawis
Date: Mon Dec  8 18:03:20 2008
New Revision: 1545

Log:
Adding missing include line

Modified:
   branches/RELEASE-1_6_1/jabberd/mio_xml.cc

Modified: branches/RELEASE-1_6_1/jabberd/mio_xml.cc
==============================================================================
--- branches/RELEASE-1_6_1/jabberd/mio_xml.cc	Mon Dec  8 17:16:50 2008	(r1544)
+++ branches/RELEASE-1_6_1/jabberd/mio_xml.cc	Mon Dec  8 18:03:20 2008	(r1545)
@@ -40,6 +40,7 @@
 
 #include <jabberd.h>
 #include <fstream>
+#include <libgen.h>
 
 /* defined in mio.c */
 extern ios mio__data;


More information about the dev mailing list