diff options
Diffstat (limited to 'svg.c')
-rw-r--r-- | svg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ #include <stdlib.h> #include <stdio.h> -#include <nanosvgrast.h> +#include <nanosvg/nanosvgrast.h> #define LOG_MODULE "svg" #define LOG_ENABLE_DBG 0 |