Trying to fix segfaults on CI build.

Signed-off-by: ofry <tim4job@bmail.ru>
This commit is contained in:
ofry
2020-09-07 05:23:54 +03:00
parent a8d8c16c3c
commit 4dbfbe1d28

View File

@@ -1,3 +1,14 @@
diff --git a/make.h b/make.h
index ea864b4..c6ae5fb 100644
--- a/make.h
+++ b/make.h
@@ -572,2 +572,6 @@ extern int system_np(const char* command, int timeout_milliseconds,
+extern char * getUnixPathCmd(const char *path);
+
+extern char * getWindowsPathCmd(const char *path);
+
#endif /* _MAKE_H_ */
diff --git a/parse.c b/parse.c
index a996c49..ecc84ea 100644
--- a/parse.c