rename cpuXXX_t to cpu_XXX_t
[bertos.git] / bertos / drv / lcd_text.c
index 3423eda6c0a7111f677b9085771cbfbe3c3e4265..ca27f22d50d2ec81c40d20292bf2363d8997ed65 100644 (file)
@@ -55,6 +55,7 @@
 #define LCD_LAYERS 6
 
 #if CONFIG_KERN
+       #include <kern/sem.h>
        /** Semaphore to arbitrate access to the display. */
        static struct Semaphore lcd_semaphore;
        #define LOCK_LCD        sem_obtain(&lcd_semaphore)