Skip to content

Commit 10300a1

Browse files
committedDec 10, 2016
use error.h *only if it exists*
fixes apereo#117
1 parent c796a6b commit 10300a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/mod_auth_cas.c

+2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
*
2323
*/
2424

25+
#ifdev HAVE_ERROR_H
2526
#include <error.h>
27+
#endif
2628
#include <string.h>
2729
#include <sys/file.h>
2830
#include <sys/types.h>

0 commit comments

Comments
 (0)