FIX: tests was not including the right header

This commit is contained in:
Julien Palard 2011-10-15 14:44:23 +02:00
parent 5d0c4de271
commit 098ab5d70f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include <string.h>
#include <pty.h>
#include <stdio.h>
#include "vt100_headless.h"
#include "hl_vt100.h"
void disp(struct vt100_headless *vt100)
{