mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-15 00:15:27 +00:00
Merge pull request #258 from the-nic/bugfix/segfault-crypt
(fix) Fix SIGSEGV and compilation due to missing include crypt.h
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#if !defined(__OpenBSD__) && !defined(__FreeBSD__)
|
||||
#include <crypt.h>
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_GNUTLS)
|
||||
#include <gnutls/gnutls.h>
|
||||
|
||||
Reference in New Issue
Block a user