Fix compiler warning in image code
This commit is contained in:
parent
fd0196f765
commit
a76dc59b22
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
||||||
|
|
||||||
#if GFX_USE_GDISP && GDISP_NEED_IMAGE
|
#if GFX_USE_GDISP && GDISP_NEED_IMAGE
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/* The structure defining the routines for image drawing */
|
/* The structure defining the routines for image drawing */
|
||||||
typedef struct gdispImageHandlers {
|
typedef struct gdispImageHandlers {
|
||||||
gdispImageError (*open)(gdispImage *img); /* The open function */
|
gdispImageError (*open)(gdispImage *img); /* The open function */
|
||||||
|
|
Loading…
Add table
Reference in a new issue