summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"