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_";