Fixing silly mistake: forgot to add lcd_lib.h ...

This commit is contained in:
ddouthitt
2001-10-02 14:32:01 +00:00
parent 7c0e1bd0d1
commit 6708335770
+11
View File
@@ -0,0 +1,11 @@
#ifndef LCD_LIB_H
#define LCD_LIB_H
#ifndef LCD_H
#include "lcd.h"
#endif
int new_framebuf (struct lcd_logical_driver *driver, char *oldbuf);
#endif