aboutsummaryrefslogtreecommitdiff
path: root/t/10keyname.c
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-03-31 13:51:21 +0100
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-03-31 13:51:21 +0100
commit5a6e289d23f230e7277480826a703342e97b71f9 (patch)
treee6984c708a1a1c87f01c457d27f75a932dde2f25 /t/10keyname.c
parentf230bc86fbb68d3f37586e2f9a428a16e54d57f4 (diff)
downloadtermo-5a6e289d23f230e7277480826a703342e97b71f9.tar.gz
termo-5a6e289d23f230e7277480826a703342e97b71f9.tar.xz
termo-5a6e289d23f230e7277480826a703342e97b71f9.zip
#include termkey.h from the correct path in unit tests
Diffstat (limited to 't/10keyname.c')
-rw-r--r--t/10keyname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/10keyname.c b/t/10keyname.c
index 1c0b921..0e69122 100644
--- a/t/10keyname.c
+++ b/t/10keyname.c
@@ -1,4 +1,4 @@
-#include "termkey.h"
+#include "../termkey.h"
#include "taplib.h"
int main(int argc, char *argv[])