aboutsummaryrefslogtreecommitdiffstats
path: root/strcompat.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-08 02:19:02 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-08 02:19:02 +0000
commita40fa4713e3ea9ad330dadc9613b289998a45b18 (patch)
tree9fcdb078aedbfd2aba55d94e0cafc5df2f02a7cf /strcompat.c
parent79b38ffbe93fcdc51a6df4a3bfda59af7875e133 (diff)
first set of Cygwin portability stuff (issue #4678)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6547 f38db490-d61c-443f-a65b-d21fe96a405b
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)
{