summaryrefslogtreecommitdiff
path: root/apps/buffering.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/buffering.h')
-rw-r--r--apps/buffering.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/buffering.h b/apps/buffering.h
index ee3e7c9..6d52794 100644
--- a/apps/buffering.h
+++ b/apps/buffering.h
@@ -24,6 +24,7 @@
#include <sys/types.h>
#include <stdbool.h>
+#include "config.h"
#include "appevents.h"
@@ -47,7 +48,7 @@ enum data_type {
/* Initialise the buffering subsystem */
-void buffering_init(void);
+void buffering_init(void) INIT_ATTR;
/* Reset the buffering system */
bool buffering_reset(char *buf, size_t buflen);