Merge pull request #208 from vit4/master

Fix implicit function declaration: rindex on Solaris
This commit is contained in:
Olav Morken 2019-06-07 10:47:11 +02:00 committed by GitHub
commit 6b66c3b31f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "config.h"
#include <stdbool.h>
#include <strings.h>
#include <lasso/lasso.h>
#include <lasso/xml/saml-2.0/samlp2_authn_request.h>