summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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"