aboutsummaryrefslogtreecommitdiffstats
path: root/strcompat.c
diff options
context:
space:
mode:
Diffstat (limited to 'strcompat.c')
-rwxr-xr-xstrcompat.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/strcompat.c b/strcompat.c
index be79a595a..38615ac5d 100755
--- a/strcompat.c
+++ b/strcompat.c
@@ -3,9 +3,7 @@
#include <sys/types.h>
#include <stdio.h>
-#ifdef SOLARIS
-#include "solaris-compat/compat.h"
-#endif
+#include "asterisk/compat.h"
char* strsep(char** str, const char* delims)
{