summaryrefslogtreecommitdiff
path: root/apps/plugins/zxbox/interf.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2012-02-15 22:32:43 +0100
committerBertrik Sikken <bertrik@sikken.nl>2012-02-15 22:32:43 +0100
commitb193b75f62ff3be76f3cec120fe906c474b5caeb (patch)
treef33744a341b09e124e626be415730ca753396ce0 /apps/plugins/zxbox/interf.c
parentf7fdf134681a35950edeb1054a1e095f7acec058 (diff)
downloadrockbox-b193b75f62ff3be76f3cec120fe906c474b5caeb.tar.gz
rockbox-b193b75f62ff3be76f3cec120fe906c474b5caeb.zip
zxbox: make source files include their header file and make function static where possible
Change-Id: I0c87563ee29f46948e3a559c27b1b22d4404cec1
Diffstat (limited to 'apps/plugins/zxbox/interf.c')
-rw-r--r--apps/plugins/zxbox/interf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/zxbox/interf.c b/apps/plugins/zxbox/interf.c
index 10c3dfa363..e0929a1f60 100644
--- a/apps/plugins/zxbox/interf.c
+++ b/apps/plugins/zxbox/interf.c
@@ -19,6 +19,7 @@
19 */ 19 */
20 20
21#include "zxconfig.h" 21#include "zxconfig.h"
22#include "zxmisc.h"
22#include "interf.h" 23#include "interf.h"
23 24
24#include <stdio.h> 25#include <stdio.h>