From ccbbd2b83efcdba724c0f65cb13e5ec350d1c478 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sat, 23 Apr 2011 18:32:23 +0200 Subject: [PATCH] Merged DMD commit 2a9312002c04ccbcc50fc3bb16bd4fbda0841521: merge ibuclaw-master --- dmd/speller.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dmd/speller.c b/dmd/speller.c index 5ea67db8..845f5756 100644 --- a/dmd/speller.c +++ b/dmd/speller.c @@ -4,6 +4,10 @@ #include #include +#if __sun&&__SVR4 +#include +#endif + #include "speller.h" const char idchars[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_";