Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 388825
Collapse All | Expand All

(-)a/prelude-admin/prelude-admin.c (+2 lines)
Lines 57-63 Link Here
57
#include <errno.h>
57
#include <errno.h>
58
#include <gnutls/gnutls.h>
58
#include <gnutls/gnutls.h>
59
#include <gnutls/x509.h>
59
#include <gnutls/x509.h>
60
#if GNUTLS_VERSION_NUMBER < 0x030005
60
#include <gnutls/extra.h>
61
#include <gnutls/extra.h>
62
#endif
61
63
62
#include "common.h"
64
#include "common.h"
63
#include "config-engine.h"
65
#include "config-engine.h"
(-)a/prelude-admin/server.c (+2 lines)
Lines 39-45 Link Here
39
39
40
#include <gcrypt.h>
40
#include <gcrypt.h>
41
#include <gnutls/gnutls.h>
41
#include <gnutls/gnutls.h>
42
#if GNUTLS_VERSION_NUMBER < 0x030005
42
#include <gnutls/extra.h>
43
#include <gnutls/extra.h>
44
#endif
43
45
44
#include "prelude-client.h"
46
#include "prelude-client.h"
45
#include "prelude-error.h"
47
#include "prelude-error.h"

Return to bug 388825