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
This commit is contained in:
npilon 2006-03-13 11:43:33 +10:00
parent dd8150d98d
commit 2c5b52eb6c

View file

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