From: Michel Pollet Date: Fri, 2 Mar 2012 14:28:45 +0000 (+0000) Subject: examples: Updated LCD part for OSX X-Git-Tag: v1.0b1~29 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=195e81599a439e0a12889b28003d20cfe98a21cf;p=sx%2Fsimavr.git examples: Updated LCD part for OSX Uses the proper include file on OSX Signed-off-by: Michel Pollet --- diff --git a/examples/parts/hd44780_glut.c b/examples/parts/hd44780_glut.c index 56940f5..b24a9f4 100644 --- a/examples/parts/hd44780_glut.c +++ b/examples/parts/hd44780_glut.c @@ -22,8 +22,11 @@ #include "hd44780_glut.h" -#include -#include +#if __APPLE__ +#include +#else +#include +#endif #include "font.h" // generated with gimp