diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2013-06-29 19:27:21 -0400 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2013-06-29 19:27:21 -0400 |
| commit | 59abdb5190f4f1e4d1f4e0806803bfbc463528c4 (patch) | |
| tree | 061296a1f9844eeae45bbda4c2936dce27bd9ffe | |
| parent | 488813197292bd1db8d533d7b42c38852971c2e8 (diff) | |
| download | rockbox-59abdb5190f4f1e4d1f4e0806803bfbc463528c4.zip rockbox-59abdb5190f4f1e4d1f4e0806803bfbc463528c4.tar.gz rockbox-59abdb5190f4f1e4d1f4e0806803bfbc463528c4.tar.bz2 rockbox-59abdb5190f4f1e4d1f4e0806803bfbc463528c4.tar.xz | |
Fix strlcpy warnings in 4888131.
Change-Id: Ibd355ee1cf39d1a4b07def94634f0316468bf727
| -rw-r--r-- | apps/recorder/pcm_record.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/recorder/pcm_record.c b/apps/recorder/pcm_record.c index a3fe209..6babd5e 100644 --- a/apps/recorder/pcm_record.c +++ b/apps/recorder/pcm_record.c @@ -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" |