From 5a6e289d23f230e7277480826a703342e97b71f9 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Thu, 31 Mar 2011 13:51:21 +0100 Subject: #include termkey.h from the correct path in unit tests --- t/10keyname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/10keyname.c') 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[]) -- cgit v1.2.3