mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-03-20 17:48:46 +00:00
fix compilation errors, OSX 10.6-10.9
* add missing headers * https://github.com/Swordifish90/cool-old-term/issues/12
This commit is contained in:
parent
d3d1407ca7
commit
2f11060364
@ -1,5 +1,13 @@
|
|||||||
#if defined (__APPLE__)
|
#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 *getutent();
|
||||||
struct utmp *getutid( struct utmp * );
|
struct utmp *getutid( struct utmp * );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user