mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 14:00:19 -04:00
13 lines
337 B
Plaintext
13 lines
337 B
Plaintext
$NetBSD: patch-ac,v 1.1 2006/05/02 13:31:55 joerg Exp $
|
|
|
|
--- src/Interface/dagNode.hh.orig 2006-05-02 13:09:05.000000000 +0000
|
|
+++ src/Interface/dagNode.hh
|
|
@@ -181,6 +181,7 @@ private:
|
|
ostream& operator<<(ostream& s, DagNode* dagNode);
|
|
|
|
#include "memoryCell.hh"
|
|
+#include "symbol.hh"
|
|
|
|
inline MemoryCell*
|
|
DagNode::getMemoryCell()
|