diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-23 01:30:58 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-23 01:30:58 +0000 |
| commit | fc792813a24d22330b49eda8b3ef7054eadf20d3 (patch) | |
| tree | 75b62cc5a1b9bbbb896010e8bcc9d918080e6f64 /util | |
| parent | 4c03637fd1cd5273a030abe38dfffa65c67fd420 (diff) | |
including wrong
Diffstat (limited to 'util')
| -rw-r--r-- | util/epist/epist.cc | 1 | ||||
| -rw-r--r-- | util/epist/epist.hh | 2 |
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" |
