Add missing includes

darcs-hash:20060305212411-ac50b-4d672d98dd57914be7906e756e5e59e15bb02570.gz
This commit is contained in:
axel 2006-03-06 07:24:11 +10:00
parent d48e9ef8b1
commit 15bb8f712d
2 changed files with 5 additions and 0 deletions

View file

@ -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.

View file

@ -92,6 +92,7 @@
#include "wgetopt.h"
#include "wutil.h"
#include "fallback.h"