From af8e0538964fb4f273510320d5d43ce30d4ce87d Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 10 May 2006 23:27:04 +1000 Subject: [PATCH] Include stdint.h, in fallback.h, since WCHAR_MAX might be defined there and not in wchar.h, as the C standard says - Thanks to Peter Moulder for pointing this one out darcs-hash:20060510132704-ac50b-9da156a6ee5f04e33fa8d5bf8cee581a88643cb2.gz --- fallback.h | 1 + 1 file changed, 1 insertion(+) diff --git a/fallback.h b/fallback.h index 3d4e0a81e..e3952ec3a 100644 --- a/fallback.h +++ b/fallback.h @@ -3,6 +3,7 @@ #define FISH_FALLBACK_H #include +#include #include #include #include