diff options
Diffstat (limited to 'include/gdisp.h')
-rw-r--r-- | include/gdisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdisp.h b/include/gdisp.h index 7656e777..53848e16 100644 --- a/include/gdisp.h +++ b/include/gdisp.h @@ -114,7 +114,7 @@ /*===========================================================================*/
/* Include the low level driver information */
-#include "gdisp_lld.h"
+#include "lld/gdisp/gdisp_lld.h"
/*===========================================================================*/
/* Type definitions */
|