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

Collapse All | Expand All

(-)ITVal-1.0.orig/FDDL/mdd.h (+1 lines)
Lines 29-38 Link Here
29
//#define BRIEF_DEBUG
29
//#define BRIEF_DEBUG
30
30
31
#ifndef FDDL_MDD_H
31
#ifndef FDDL_MDD_H
32
#   define FDDL_MDD_H 1
32
#   define FDDL_MDD_H 1
33
33
34
#   include <cstdio>
34
#   include <iostream>
35
#   include <iostream>
35
#   include <assert.h>
36
#   include <assert.h>
36
37
37
#   include <FDDL/mddtypes.h>
38
#   include <FDDL/mddtypes.h>
38
#   include <FDDL/caches.h>
39
#   include <FDDL/caches.h>
(-)ITVal-1.0.orig/src/structures.h (+1 lines)
Lines 28-37 Link Here
28
28
29
#ifndef __STRUCTURES_H
29
#ifndef __STRUCTURES_H
30
#define __STRUCTURES_H
30
#define __STRUCTURES_H
31
31
32
#include <stdlib.h>
32
#include <stdlib.h>
33
#include <cstdio>
33
34
34
//Linked list of IP addresses
35
//Linked list of IP addresses
35
class address
36
class address
36
{
37
{
37
public:
38
public:

Return to bug 273900