diff options
Diffstat (limited to 'src/manager/xml.c')
-rw-r--r-- | src/manager/xml.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manager/xml.c b/src/manager/xml.c index 1e9731cc2..5aa2e3e1e 100644 --- a/src/manager/xml.c +++ b/src/manager/xml.c @@ -11,10 +11,10 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. - * - * $Id: xml.c 3589 2008-03-13 14:14:44Z martin $ */ +#include <string.h> + #include "xml.h" #include <libxml/parser.h> |