mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-10-31 15:12:28 +00:00 
			
		
		
		
	Merge pull request #58 from guitorri/osx-headers
fix compilation errors, OSX 10.6-10.9
This commit is contained in:
		| @@ -1,5 +1,13 @@ | ||||
| #if defined (__APPLE__) | ||||
| # include <utmp.h> | ||||
| #include <utmp.h> | ||||
|  | ||||
| #include <cstdio> | ||||
| #include <cstdlib> | ||||
| #include <cstring> | ||||
| #include <unistd.h> | ||||
| #include <limits.h> | ||||
| #include <fcntl.h> | ||||
| #include <sys/stat.h> | ||||
|  | ||||
| struct utmp *getutent(); | ||||
| struct utmp *getutid( struct utmp * ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user