From d0f1aa23fd8d77d28fd994266485d898b5b3959d Mon Sep 17 00:00:00 2001 From: jethead71 Date: Wed, 27 Apr 2011 17:06:52 +0000 Subject: [PATCH] Fix r29790 yellow. Need 'string-extra.h' for strlcpy(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29791 a1c6a512-1295-4272-9138-f99709370657 --- apps/metadata/nsf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/metadata/nsf.c b/apps/metadata/nsf.c index 58fc038b4..daffeb27e 100644 --- a/apps/metadata/nsf.c +++ b/apps/metadata/nsf.c @@ -9,6 +9,7 @@ #include "metadata_common.h" #include "metadata_parsers.h" #include "rbunicode.h" +#include "string-extra.h" struct NESM_HEADER { -- 2.11.4.GIT