summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/main.c b/test/main.c
index 6c3f8c9..057da2d 100644
--- a/test/main.c
+++ b/test/main.c
@@ -3,6 +3,9 @@
*
* Copyright (C) 2010 Creytiv.com
*/
+#ifdef SOLARIS
+#define __EXTENSIONS__ 1
+#endif
#include <getopt.h>
#include <re.h>
#include <baresip.h>