1
0
Fork 0
forked from len0rd/rockbox

Fix strlcpy warnings in 4888131.

Change-Id: Ibd355ee1cf39d1a4b07def94634f0316468bf727
This commit is contained in:
Michael Sevakis 2013-06-29 19:27:21 -04:00
parent 4888131972
commit 59abdb5190

View file

@ -24,6 +24,7 @@
#include "config.h"
#include "system.h"
#include "kernel.h"
#include "string-extra.h"
#include "pcm_record.h"
#include "codecs.h"
#include "logf.h"