summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-23 01:30:58 +0000
committerDana Jansens <danakj@orodu.net>2002-07-23 01:30:58 +0000
commitfc792813a24d22330b49eda8b3ef7054eadf20d3 (patch)
tree75b62cc5a1b9bbbb896010e8bcc9d918080e6f64 /util
parent4c03637fd1cd5273a030abe38dfffa65c67fd420 (diff)
including wrong
Diffstat (limited to 'util')
-rw-r--r--util/epist/epist.cc1
-rw-r--r--util/epist/epist.hh2
2 files changed, 2 insertions, 1 deletions
diff --git a/util/epist/epist.cc b/util/epist/epist.cc
index 29116da3..30b2f47d 100644
--- a/util/epist/epist.cc
+++ b/util/epist/epist.cc
@@ -50,6 +50,7 @@ using std::cout;
using std::endl;
using std::string;
+#include "actions.hh"
#include "epist.hh"
#include "screen.hh"
#include "window.hh"
diff --git a/util/epist/epist.hh b/util/epist/epist.hh
index 049a672c..6da38181 100644
--- a/util/epist/epist.hh
+++ b/util/epist/epist.hh
@@ -30,7 +30,7 @@ extern "C" {
#include <string>
#include <map>
-#include <actions.hh>
+#include "actions.hh"
#include "../../src/BaseDisplay.hh"