mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	JANET_BSD not defined on apple.
This commit is contained in:
		| @@ -33,7 +33,6 @@ | ||||
| #include <time.h> | ||||
| #include <fcntl.h> | ||||
| #include <errno.h> | ||||
| #include <limits.h> | ||||
| #include <stdio.h> | ||||
| #include <string.h> | ||||
| #include <sys/stat.h> | ||||
| @@ -42,6 +41,9 @@ | ||||
|  | ||||
| #ifdef JANET_BSD | ||||
| #include <sys/sysctl.h> | ||||
| #endif | ||||
|  | ||||
| #if defined(JANET_BSD) || defined(JANET_APPLE) | ||||
| #include <xlocale.h> | ||||
| #else | ||||
| #include <locale.h> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose