From fdd440219dbf8f35fd568a8bc29f0829ec5764d4 Mon Sep 17 00:00:00 2001 From: mmdolze Date: Sat, 19 Nov 2011 11:36:15 +0000 Subject: [PATCH] Unbreak build on non-i386 OpenBSD versions. --- ChangeLog | 1 + clients/lcdproc/machine_OpenBSD.c | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d7dec11..ad54d8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ v0.5dev (ongoing development) + glcd driver: New connection type PNG, writes framebuffer as PNG image + hd44780: Fix vBars and block icon not working correctly on the same screen * Build system: Link LCDd itself with pthread library if available + * lcdproc client: Unbreak build on OpenBSD non-i386 (E. Barrett) v0.5.5 + sed1330 driver: Add support for HG25504 (L. Lagendijk) diff --git a/clients/lcdproc/machine_OpenBSD.c b/clients/lcdproc/machine_OpenBSD.c index 80fba95..da68599 100644 --- a/clients/lcdproc/machine_OpenBSD.c +++ b/clients/lcdproc/machine_OpenBSD.c @@ -49,8 +49,7 @@ #include #include #include -/* take care if $ARCH != i386! */ -#include +#include #include #include