Add missing include <errno.h>

This commit is contained in:
Jérôme Schneider 2010-10-06 17:37:37 +02:00 committed by Benjamin Dauvergne
parent 3872f17fcd
commit 270f1743f0
2 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,8 @@
#define _POSIX_SOURCE
#include <errno.h>
#include "../xml/private.h"
#include <xmlsec/base64.h>
#include <xmlsec/xmltree.h>

View File

@ -33,7 +33,7 @@
#include "private.h"
#include <ctype.h>
#include <errno.h>
#include <xmlsec/base64.h>
#include <xmlsec/xmltree.h>