From a36c8f1db3b1fbb2ce2dbb834032c4e84f30add7 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 4 May 2008 13:21:07 +0000 Subject: pluginlib: made local functions in static and made sure that source files include their own header file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17353 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/overlay.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/lib/overlay.c') diff --git a/apps/plugins/lib/overlay.c b/apps/plugins/lib/overlay.c index 6abde85fee..53cc4a84f0 100644 --- a/apps/plugins/lib/overlay.c +++ b/apps/plugins/lib/overlay.c @@ -21,6 +21,7 @@ #ifndef SIMULATOR #include "plugin.h" +#include "overlay.h" /* load and run a plugin linked as an overlay. -- cgit v1.2.3