[xml] fix waring on use of strndup on pardus

This commit is contained in:
Benjamin Dauvergne 2010-10-08 14:10:26 +02:00
parent 270f1743f0
commit 758fe88dad
1 changed files with 3 additions and 0 deletions

View File

@ -31,9 +31,12 @@
*
*/
#define _GNU_SOURCE /* for use of strndup */
#include "private.h"
#include <ctype.h>
#include <errno.h>
#include <string.h>
#include <xmlsec/base64.h>
#include <xmlsec/xmltree.h>