summaryrefslogtreecommitdiff
path: root/beos/about.cpp
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-01 16:02:00 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-01 16:02:00 +0100
commit44715aea3c5ea0f0114078506e1d2ae6be0cba73 (patch)
tree5f75d15d60c07008b4efcc01add17a54674226e8 /beos/about.cpp
parenta73f22c966e97fc3a706ff9804aa2ea73a4d5428 (diff)
downloadnetsurf-44715aea3c5ea0f0114078506e1d2ae6be0cba73.tar.gz
netsurf-44715aea3c5ea0f0114078506e1d2ae6be0cba73.tar.bz2
erroneous path to testament include
Diffstat (limited to 'beos/about.cpp')
-rw-r--r--beos/about.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/about.cpp b/beos/about.cpp
index cd8070ef9..2483a22c1 100644
--- a/beos/about.cpp
+++ b/beos/about.cpp
@@ -23,7 +23,7 @@
extern "C" {
#include "desktop/netsurf.h"
#include "utils/log.h"
-#include "utils/testament.h"
+#include "testament.h"
#include "utils/useragent.h"
#include "curl/curlver.h"
}