Add missing include <errno.h>

This commit is contained in:
Jérôme Schneider 2010-10-06 17:37:37 +02:00
parent f5b88c854a
commit a73d193d9f
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>