ext/nokogiri_ext_xmlsec/xmlsecrb.h in nokogiri-xmlsec-instructure-0.9.4 vs ext/nokogiri_ext_xmlsec/xmlsecrb.h in nokogiri-xmlsec-instructure-0.9.5
- old
+ new
@@ -16,9 +16,10 @@
#include <xmlsec/xmltree.h>
#include <xmlsec/xmldsig.h>
#include <xmlsec/xmlenc.h>
#include <xmlsec/templates.h>
#include <xmlsec/crypto.h>
+#include <xmlsec/errors.h>
// TODO(awong): Support non-gcc and non-clang compilers.
#define EXTENSION_EXPORT __attribute__((visibility("default")))
VALUE sign(VALUE self, VALUE rb_opts);