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

Collapse All | Expand All

(-)verlihub/src/cconfigitembase.cpp.orig (+1 lines)
Lines 9-14 Link Here
9
 ***************************************************************************/
9
 ***************************************************************************/
10
#include "cconfigitembase.h"
10
#include "cconfigitembase.h"
11
#include <stdlib.h>
11
#include <stdlib.h>
12
#include <string.h>
12
#include <iostream>
13
#include <iostream>
13
#include <stdio.h>
14
#include <stdio.h>
14
#include "stringutils.h"
15
#include "stringutils.h"
(-)verlihub/src/cconfmysql.cpp.orig (+1 lines)
Lines 17-22 Link Here
17
17
18
#include "cconfmysql.h"
18
#include "cconfmysql.h"
19
#include <algorithm>
19
#include <algorithm>
20
#include <string.h>
20
using namespace std;
21
using namespace std;
21
22
22
namespace nConfig
23
namespace nConfig
(-)verlihub/src/creguserinfo.cpp.orig (+1 lines)
Lines 21-26 Link Here
21
//for the crypt
21
//for the crypt
22
#define _XOPEN_SOURCE 
22
#define _XOPEN_SOURCE 
23
#include <unistd.h>
23
#include <unistd.h>
24
#include <string.h>
24
25
25
#if HAVE_LIBSSL && HAVE_OPENSSL_MD5_H
26
#if HAVE_LIBSSL && HAVE_OPENSSL_MD5_H
26
#include <openssl/md5.h>
27
#include <openssl/md5.h>
(-)verlihub/src/stringutils.cpp.orig (+1 lines)
Lines 7-12 Link Here
7
#include <fstream>
7
#include <fstream>
8
#include <sstream>
8
#include <sstream>
9
#include <stdio.h>
9
#include <stdio.h>
10
#include <stdlib.h>
10
11
11
namespace nStringUtils
12
namespace nStringUtils
12
{
13
{
(-)verlihub/src/thasharray.h.orig (+1 lines)
Lines 10-15 Link Here
10
#ifndef NUTILSTHASHARRAY_H
10
#ifndef NUTILSTHASHARRAY_H
11
#define NUTILSTHASHARRAY_H
11
#define NUTILSTHASHARRAY_H
12
12
13
#include <string.h>
13
//#include <list>
14
//#include <list>
14
//using std::list;
15
//using std::list;
15
#include "cobj.h"
16
#include "cobj.h"

Return to bug 60564