Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 219092 | Differences between
and this patch

Collapse All | Expand All

(-)postal-0.69.orig/rabid.cpp (+2 lines)
Lines 9-18 Link Here
9
#include <sys/wait.h>
9
#include <sys/wait.h>
10
#include <signal.h>
10
#include <signal.h>
11
#include <stdio.h>
11
#include <stdio.h>
12
#include "postal.h"
12
#include "postal.h"
13
#include "logit.h"
13
#include "logit.h"
14
#include <cstring>
15
14
#ifdef USE_GNUTLS
16
#ifdef USE_GNUTLS
15
#include <errno.h>
17
#include <errno.h>
16
#include <gcrypt.h>
18
#include <gcrypt.h>
17
GCRY_THREAD_OPTION_PTHREAD_IMPL;
19
GCRY_THREAD_OPTION_PTHREAD_IMPL;
18
#endif
20
#endif

Return to bug 219092