From 86f7ac2294dc626ccef6f306fa633a50867f9887 Mon Sep 17 00:00:00 2001 From: batt Date: Wed, 27 Aug 2008 14:27:16 +0000 Subject: [PATCH] Add missing header. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1730 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/lcd_text.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bertos/drv/lcd_text.c b/bertos/drv/lcd_text.c index 3423eda6..ca27f22d 100644 --- a/bertos/drv/lcd_text.c +++ b/bertos/drv/lcd_text.c @@ -55,6 +55,7 @@ #define LCD_LAYERS 6 #if CONFIG_KERN + #include /** Semaphore to arbitrate access to the display. */ static struct Semaphore lcd_semaphore; #define LOCK_LCD sem_obtain(&lcd_semaphore) -- 2.25.1