mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Add missing includes
darcs-hash:20060305212411-ac50b-4d672d98dd57914be7906e756e5e59e15bb02570.gz
This commit is contained in:
parent
d48e9ef8b1
commit
15bb8f712d
2 changed files with 5 additions and 0 deletions
|
@ -2,8 +2,12 @@
|
|||
#ifndef FISH_FALLBACK_H
|
||||
#define FISH_FALLBACK_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef TPUTS_KLUDGE
|
||||
|
||||
|
||||
/**
|
||||
Linux on PPC seems to have a tputs implementation that sometimes
|
||||
behaves strangely. This fallback seems to fix things.
|
||||
|
|
|
@ -92,6 +92,7 @@
|
|||
|
||||
#include "wgetopt.h"
|
||||
#include "wutil.h"
|
||||
#include "fallback.h"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue