From 098ab5d70f7559b0fcfe7d5c6c57e76546879ca6 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sat, 15 Oct 2011 14:44:23 +0200 Subject: [PATCH] FIX: tests was not including the right header --- src/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test.c b/src/test.c index d11fd69..b85e341 100644 --- a/src/test.c +++ b/src/test.c @@ -4,7 +4,7 @@ #include #include #include -#include "vt100_headless.h" +#include "hl_vt100.h" void disp(struct vt100_headless *vt100) {