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

Collapse All | Expand All

(-)gephex-0.4.4.orig/base/src/net/fdsocket.cpp (+2 lines)
Lines 22-27 Link Here
22
22
23
#include "fdsocket.h"
23
#include "fdsocket.h"
24
24
25
#include <cstring>
26
25
#if defined(HAVE_CONFIG_H)
27
#if defined(HAVE_CONFIG_H)
26
#include "config.h"
28
#include "config.h"
27
#endif
29
#endif
(-)gephex-0.4.4.orig/base/src/net/protocol.cpp (+1 lines)
Lines 26-31 Link Here
26
26
27
#include <cassert>
27
#include <cassert>
28
#include <cstdio>
28
#include <cstdio>
29
#include <cstring>
29
30
30
#if defined(HAVE_CONFIG_H)
31
#if defined(HAVE_CONFIG_H)
31
#include "config.h"
32
#include "config.h"
(-)gephex-0.4.4.orig/base/src/net/tagutils.cpp (+2 lines)
Lines 22-27 Link Here
22
22
23
#include "tagutils.h"
23
#include "tagutils.h"
24
24
25
#include <cstring>
26
25
#include "convertbin.h"
27
#include "convertbin.h"
26
#include "utils/buffer.h"
28
#include "utils/buffer.h"
27
29
(-)gephex-0.4.4.orig/base/src/utils/circularbuffer.cpp (+1 lines)
Lines 24-29 Link Here
24
24
25
#include <stdexcept>
25
#include <stdexcept>
26
#include <cassert>
26
#include <cassert>
27
#include <cstring>
27
28
28
#include "buffer.h"
29
#include "buffer.h"
29
30
(-)gephex-0.4.4.orig/base/src/utils/spawn.cpp (+2 lines)
Lines 23-28 Link Here
23
#include "spawn.h"
23
#include "spawn.h"
24
24
25
#include <stdexcept>
25
#include <stdexcept>
26
#include <cstdlib>
27
#include <cstring>
26
28
27
#if defined(HAVE_CONFIG_H)
29
#if defined(HAVE_CONFIG_H)
28
#include "config.h"
30
#include "config.h"

Return to bug 250712