mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Merge branch 'master' of github.com:janet-lang/janet
This commit is contained in:
		| @@ -56,7 +56,12 @@ | ||||
| #include <dirent.h> | ||||
| #include <sys/types.h> | ||||
| #include <sys/wait.h> | ||||
| #ifdef JANET_APPLE | ||||
| #include <crt_externs.h> | ||||
| #define environ (*_NSGetEnviron()) | ||||
| #else | ||||
| extern char **environ; | ||||
| #endif | ||||
| #ifdef JANET_THREADS | ||||
| #include <pthread.h> | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose