summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2014-04-03 18:49:16 -0400
committerMichael Sevakis <jethead71@rockbox.org>2014-04-03 18:49:16 -0400
commit8375b691e629bfbfb2a6ea213c35fe645085d9b7 (patch)
treef282ba1ac5ba5baa45a5f0dd5c23ba059b22cf17
parent580104db4deb7d1aae47d8c734aab80e60f4889b (diff)
downloadrockbox-8375b691e629bfbfb2a6ea213c35fe645085d9b7.tar.gz
rockbox-8375b691e629bfbfb2a6ea213c35fe645085d9b7.zip
buffering.c: Patch up some straggling strlcpy warnings
Originating from 3661581 Some build clients finding their "standard" string.h's that don't declare strlcpy? Change-Id: I50d19c7cecf5ae96ee1855f77d3c2e1f42620108
-rw-r--r--apps/buffering.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/buffering.c b/apps/buffering.c
index d3f2ed27d8..1826fa1b91 100644
--- a/apps/buffering.c
+++ b/apps/buffering.c
@@ -20,6 +20,7 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21#include "config.h" 21#include "config.h"
22#include <string.h> 22#include <string.h>
23#include "strlcpy.h"
23#include "system.h" 24#include "system.h"
24#include "storage.h" 25#include "storage.h"
25#include "thread.h" 26#include "thread.h"