From 4c2377ddd997f39a91584d4f14121d20c64fe87d Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 8 Sep 2005 02:19:02 +0000 Subject: first set of Cygwin portability stuff (issue #4678) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6547 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- strcompat.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'strcompat.c') diff --git a/strcompat.c b/strcompat.c index be79a595a..38615ac5d 100755 --- a/strcompat.c +++ b/strcompat.c @@ -3,9 +3,7 @@ #include #include -#ifdef SOLARIS -#include "solaris-compat/compat.h" -#endif +#include "asterisk/compat.h" char* strsep(char** str, const char* delims) { -- cgit v1.2.3