aboutsummaryrefslogtreecommitdiffhomepage
path: root/fallback.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-03-06 07:24:11 +1000
committerGravatar axel <axel@liljencrantz.se>2006-03-06 07:24:11 +1000
commit15bb8f712d880fc2facdbc0d984ecd61b31c4c5d (patch)
tree5d60fe8618c2c895e8288565967f0a1ab8d8ab1a /fallback.h
parentd48e9ef8b10a8bd38ffca741d3bfed29a8b9d89a (diff)
Add missing includes
darcs-hash:20060305212411-ac50b-4d672d98dd57914be7906e756e5e59e15bb02570.gz
Diffstat (limited to 'fallback.h')
-rw-r--r--fallback.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fallback.h b/fallback.h
index c4e1312a..b22cc48a 100644
--- a/fallback.h
+++ b/fallback.h
@@ -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.