mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Add missing include in screen.c
darcs-hash:20061117145925-ac50b-267cb0b81f78672f3522cb320a0e951f84f70de2.gz
This commit is contained in:
parent
1e8fe508f0
commit
a3531db645
1 changed files with 1 additions and 0 deletions
1
screen.c
1
screen.c
|
@ -51,6 +51,7 @@ efficient way for transforming that to the desired screen content.
|
|||
#include "output.h"
|
||||
#include "highlight.h"
|
||||
#include "screen.h"
|
||||
#include "env.h"
|
||||
|
||||
/**
|
||||
Ugly kludge. The internal buffer used to store output of
|
||||
|
|
Loading…
Reference in a new issue