aboutsummaryrefslogtreecommitdiffhomepage
path: root/fallback.h
diff options
context:
space:
mode:
authorGravatar npilon <npilon@gmail.com>2006-03-13 11:43:33 +1000
committerGravatar npilon <npilon@gmail.com>2006-03-13 11:43:33 +1000
commit2c5b52eb6cbc5308e08c9e20487ddc2e895c5ed3 (patch)
treee76e1b4a7909c1c969a9254435642e5fd1632eca /fallback.h
parentdd8150d98dcdee41afa11c7ed6bd35d304b17f03 (diff)
OS X Compilation Fix
Tweak to fallback.h to make it compile under OS X. As shipped with fish 1.21.2, this causes a lot of warnings and then dies. darcs-hash:20060313014333-c90d9-de59932f81dd6debbfb48225893983df485df12b.gz
Diffstat (limited to 'fallback.h')
-rw-r--r--fallback.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fallback.h b/fallback.h
index ca4a32c2..58b3f1e4 100644
--- a/fallback.h
+++ b/fallback.h
@@ -4,6 +4,9 @@
#include <stdio.h>
#include <stdarg.h>
+#include <wctype.h>
+#include <wchar.h>
+#include "common.h"
/**
Under curses, tputs expects an int (*func)(char) as its last