aboutsummaryrefslogtreecommitdiffhomepage
path: root/fallback.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-05-10 23:27:04 +1000
committerGravatar axel <axel@liljencrantz.se>2006-05-10 23:27:04 +1000
commitaf8e0538964fb4f273510320d5d43ce30d4ce87d (patch)
treeb3cf93d05e0884af858f134e55d29e4301e0487b /fallback.h
parent633e2f498fe73c89a3bcd83452bdb4ff022ad8e5 (diff)
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
Diffstat (limited to 'fallback.h')
-rw-r--r--fallback.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fallback.h b/fallback.h
index 3d4e0a81..e3952ec3 100644
--- a/fallback.h
+++ b/fallback.h
@@ -3,6 +3,7 @@
#define FISH_FALLBACK_H
#include <stdio.h>
+#include <stdint.h>
#include <stdarg.h>
#include <wctype.h>
#include <wchar.h>