aboutsummaryrefslogtreecommitdiffstats
path: root/strcompat.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-22 13:11:34 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-22 13:11:34 +0000
commitd6e1341f9b437b0ab1d7f4709459f0a2879b3634 (patch)
tree3bd282f1746371aca6b96c133d25f5e6f5e9df36 /strcompat.c
parent77ac34c066f3d0e70a59814a9bc88fc5243846e3 (diff)
phase 1 of header include cleanup (bug #4067)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5498 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'strcompat.c')
-rwxr-xr-xstrcompat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/strcompat.c b/strcompat.c
index b8f9f0e49..1814dcd12 100755
--- a/strcompat.c
+++ b/strcompat.c
@@ -2,8 +2,9 @@
#include <sys/types.h>
#include <stdio.h>
+
#ifdef SOLARIS
-#include <solaris-compat/compat.h>
+#include "solaris-compat/compat.h"
#endif
char* strsep(char** str, const char* delims)