Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 237953
Collapse All | Expand All

(-)fam-2.7.0-orig/src/Interest.h (+1 lines)
Lines 29-34 Link Here
29
#include <netinet/in.h>  //  for in_addr
29
#include <netinet/in.h>  //  for in_addr
30
30
31
#include "Boolean.h"
31
#include "Boolean.h"
32
#include <cstdlib>
32
33
33
class Event;
34
class Event;
34
class FileSystem;
35
class FileSystem;
(-)fam-2.7.0-orig/include/BTree.h (+1 lines)
Lines 24-29 Link Here
24
#define BTree_included
24
#define BTree_included
25
25
26
#include "Boolean.h"
26
#include "Boolean.h"
27
#include <cstdlib>
27
28
28
//  This is an in-core B-Tree implementation.
29
//  This is an in-core B-Tree implementation.
29
//
30
//

Return to bug 237953