diff --git a/src/driver/lcd4l.cpp b/src/driver/lcd4l.cpp index e6fe671e6..fdacf6eee 100644 --- a/src/driver/lcd4l.cpp +++ b/src/driver/lcd4l.cpp @@ -36,6 +36,7 @@ #include #include #include +#include #include #include @@ -294,7 +295,7 @@ void CLCD4l::Init() void *CLCD4l::LCD4lProc(void *arg) { CLCD4l *PLCD4l = static_cast(arg); - + set_threadname("lcd4l"); PLCD4l->Init(); sleep(5); //please wait !