From 3b4eb3abaf1228accfb8c0b6710a867558a4085b Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Fri, 22 Jun 2018 16:20:57 -0400 Subject: [PATCH] wmusic: Update location of libdockapp header file. --- wmusic/src/wmusic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmusic/src/wmusic.c b/wmusic/src/wmusic.c index c64b96b..e340482 100644 --- a/wmusic/src/wmusic.c +++ b/wmusic/src/wmusic.c @@ -23,7 +23,7 @@ #define SEPARATOR " ** " /* The separator for the scrolling title */ #define DISPLAYSIZE 6 /* width of text to display (running title) */ -#include +#include #include #include #include -- 2.11.4.GIT