diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2008-04-28 10:22:05 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2008-04-28 10:22:05 +0000 |
commit | a5d3029c82ff0f47f8ea6608e84995f360f2adad (patch) | |
tree | 12e96ef91eb0ffd87724703018131a3622add073 /apps/logfdisp.c | |
parent | 8391526f794b296e5b6edd5707bbf25b5be73e17 (diff) | |
download | rockbox-a5d3029c82ff0f47f8ea6608e84995f360f2adad.tar.gz rockbox-a5d3029c82ff0f47f8ea6608e84995f360f2adad.tar.bz2 rockbox-a5d3029c82ff0f47f8ea6608e84995f360f2adad.zip |
Update source files to include the header file for the functions they implement, to make sure the header and the implementation is consistent (and fix it for a case where it wasn't).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17275 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/logfdisp.c')
-rw-r--r-- | apps/logfdisp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/logfdisp.c b/apps/logfdisp.c index aa84bf0f1b..4a5ab43089 100644 --- a/apps/logfdisp.c +++ b/apps/logfdisp.c @@ -30,6 +30,7 @@ #include "menu.h" #include "logf.h" #include "settings.h" +#include "logfdisp.h" #ifdef HAVE_LCD_BITMAP bool logfdisplay(void) |