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

Collapse All | Expand All

(-)licq-1.3.5/plugins/auto-reply/src/autoreply.cpp~ (+1 lines)
Lines 12-17 Link Here
12
#include <stdlib.h>
12
#include <stdlib.h>
13
#include <sys/wait.h>
13
#include <sys/wait.h>
14
#include <signal.h>
14
#include <signal.h>
15
#include <limits.h>
15
#ifdef HAVE_ERRNO_H
16
#ifdef HAVE_ERRNO_H
16
#include <errno.h>
17
#include <errno.h>
17
#else
18
#else
(-)licq-1.3.5/plugins/email/src/forwarder.cpp~ (+1 lines)
Lines 9-14 Link Here
9
#include <string.h>
9
#include <string.h>
10
#include <ctype.h>
10
#include <ctype.h>
11
#include <stdio.h>
11
#include <stdio.h>
12
#include <limits.h>
12
#ifdef HAVE_ERRNO_H
13
#ifdef HAVE_ERRNO_H
13
#include <errno.h>
14
#include <errno.h>
14
#else
15
#else
(-)licq-1.3.5/plugins/rms/src/rms.cpp~ (+1 lines)
Lines 9-14 Link Here
9
#include <string.h>
9
#include <string.h>
10
#include <ctype.h>
10
#include <ctype.h>
11
#include <stdio.h>
11
#include <stdio.h>
12
#include <limits.h>
12
#ifdef HAVE_ERRNO_H
13
#ifdef HAVE_ERRNO_H
13
#include <errno.h>
14
#include <errno.h>
14
#else
15
#else
(-)licq-1.3.5/src/fifo.cpp~ (+1 lines)
Lines 30-35 Link Here
30
#include <sys/stat.h>
30
#include <sys/stat.h>
31
#include <fcntl.h>
31
#include <fcntl.h>
32
#include <ctype.h>
32
#include <ctype.h>
33
#include <limits.h>
33
#include "time-fix.h"
34
#include "time-fix.h"
34
35
35
#ifdef HAVE_ERRNO_H
36
#ifdef HAVE_ERRNO_H

Return to bug 228373