summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/buffering.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/buffering.c b/apps/buffering.c
index abf1e4b821..d3f2ed27d8 100644
--- a/apps/buffering.c
+++ b/apps/buffering.c
@@ -19,6 +19,7 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21#include "config.h" 21#include "config.h"
22#include <string.h>
22#include "system.h" 23#include "system.h"
23#include "storage.h" 24#include "storage.h"
24#include "thread.h" 25#include "thread.h"