On Wed, May 21, 2014 at 5:23 AM, Kevin Cernekee <cernekee at gmail.com> wrote: > sec-mod.h now uses gnutls_privkey_t, so include <gnutls/abstract.h> to > fix this error: > > CC main-misc.o > In file included from main-misc.c:43:0: > ./sec-mod.h:31:2: error: unknown type name 'gnutls_privkey_t' > gnutls_privkey_t *key; > ^ > --- > src/sec-mod.h | 1 + > 1 file changed, 1 insertion(+) Applied, thank you.