diff options
Diffstat (limited to 'glcdgraphics/glcd.c')
-rw-r--r-- | glcdgraphics/glcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glcdgraphics/glcd.c b/glcdgraphics/glcd.c index 6a74c33..e79b6b8 100644 --- a/glcdgraphics/glcd.c +++ b/glcdgraphics/glcd.c @@ -16,7 +16,7 @@ #include <stdint.h> #include <syslog.h> -#include <string> +#include <cstring> #include "bitmap.h" #include "glcd.h" |