Unbreak build on non-i386 OpenBSD versions.
This commit is contained in:
@@ -15,6 +15,7 @@ v0.5dev (ongoing development)
|
|||||||
+ glcd driver: New connection type PNG, writes framebuffer as PNG image
|
+ glcd driver: New connection type PNG, writes framebuffer as PNG image
|
||||||
+ hd44780: Fix vBars and block icon not working correctly on the same screen
|
+ hd44780: Fix vBars and block icon not working correctly on the same screen
|
||||||
* Build system: Link LCDd itself with pthread library if available
|
* Build system: Link LCDd itself with pthread library if available
|
||||||
|
* lcdproc client: Unbreak build on OpenBSD non-i386 (E. Barrett)
|
||||||
|
|
||||||
v0.5.5
|
v0.5.5
|
||||||
+ sed1330 driver: Add support for HG25504 (L. Lagendijk)
|
+ sed1330 driver: Add support for HG25504 (L. Lagendijk)
|
||||||
|
|||||||
@@ -49,8 +49,7 @@
|
|||||||
#include <sys/mount.h>
|
#include <sys/mount.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/user.h>
|
#include <sys/user.h>
|
||||||
/* take care if $ARCH != i386! */
|
#include <machine/apmvar.h>
|
||||||
#include <i386/apmvar.h>
|
|
||||||
#include <kvm.h>
|
#include <kvm.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user