Trying to fix segfaults on CI build.
Signed-off-by: ofry <tim4job@bmail.ru>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user