Skip to content

Commit

Permalink
Merge pull request #121 from grooverdan/solaris-fix
Browse files Browse the repository at this point in the history
gssapi: fix include path for Solaris
  • Loading branch information
9EOR9 committed Oct 8, 2019
2 parents 44a5980 + aacc722 commit a44b691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/auth/gssapi_errmsg.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/

#ifdef __FreeBSD__
#if defined(__FreeBSD__) || defined(SOLARIS) || defined(__sun)
#include <gssapi/gssapi.h>
#else
#include <gssapi.h>
Expand Down

0 comments on commit a44b691

Please sign in to comment.