aboutsummaryrefslogtreecommitdiffstats
path: root/strcompat.c
diff options
context:
space:
mode:
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)