mirror of
https://github.com/wnayes/macutils.git
synced 2024-12-22 01:30:15 +00:00
14 lines
218 B
C
14 lines
218 B
C
#ifdef TYPES_H
|
|
#include <sys/types.h>
|
|
#endif /* TYPES_H */
|
|
|
|
#ifdef BSD
|
|
#include <sys/time.h>
|
|
#else /* BSD */
|
|
#include <time.h>
|
|
#endif /* BSD */
|
|
|
|
/* Mac time of 00:00:00 GMT, Jan 1, 1970 */
|
|
#define TIMEDIFF 0x7c25b080
|
|
|