aboutsummaryrefslogtreecommitdiffstats
path: root/say.c
diff options
context:
space:
mode:
Diffstat (limited to 'say.c')
-rwxr-xr-xsay.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/say.c b/say.c
index e3b3106dd..d8533e953 100755
--- a/say.c
+++ b/say.c
@@ -28,6 +28,10 @@
#include "asterisk.h"
#include <stdio.h>
+#ifdef SOLARIS
+#include <iso/limits_iso.h>
+#endif
+
/* Forward declaration */
static int wait_file(struct ast_channel *chan, const char *ints, const char *file, const char *lang);