unbreak compilation of machine_Darwin.c in the lcdproc client
on OS X 1.5 and higher (Topher Fangio)
This commit is contained in:
@@ -51,6 +51,7 @@ v.0.5dev (ongoing development)
|
|||||||
+ serialVFD driver: support for 4 more display types (Stefan Herdler)
|
+ serialVFD driver: support for 4 more display types (Stefan Herdler)
|
||||||
* IOWarrior driver: fixed 4-line display use
|
* IOWarrior driver: fixed 4-line display use
|
||||||
+ IOWarrior driver: add ExtendedMode option
|
+ IOWarrior driver: add ExtendedMode option
|
||||||
|
* lcdproc: unbreak compilation on OS X 1.5 and higher (Topher Fangio)
|
||||||
|
|
||||||
v.0.5.2
|
v.0.5.2
|
||||||
* fix switching on/off the Load screen in lcdproc client using the menu
|
* fix switching on/off the Load screen in lcdproc client using the menu
|
||||||
|
|||||||
@@ -45,7 +45,11 @@
|
|||||||
#include <sys/mount.h>
|
#include <sys/mount.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/user.h>
|
#include <sys/user.h>
|
||||||
|
|
||||||
|
#ifndef DEPRECATED_IN_MAC_OS_X_VERSION_10_5_AND_LATER
|
||||||
#include <kvm.h>
|
#include <kvm.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <net/if.h>
|
#include <net/if.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user