diff options
author | John Stebbins <[email protected]> | 2019-06-27 14:36:39 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-06-27 14:36:39 -0700 |
commit | edeffe2f8f5f6c5e3a8ff3dfaf31659318ca472e (patch) | |
tree | 530d97870d030c142e2b3a5871973d6814fac3e2 /gtk/src/audiohandler.c | |
parent | c1fb6e1fcff8740850521d8282d8760279393b1f (diff) |
LinGui: more code refactoring
separate job and title dict functions into separate files
Diffstat (limited to 'gtk/src/audiohandler.c')
-rw-r--r-- | gtk/src/audiohandler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/audiohandler.c b/gtk/src/audiohandler.c index d5ad15c89..c4dbac716 100644 --- a/gtk/src/audiohandler.c +++ b/gtk/src/audiohandler.c @@ -26,6 +26,7 @@ #include "ghbcompat.h" #include "hb.h" #include "settings.h" +#include "jobdict.h" #include "hb-backend.h" #include "values.h" #include "callbacks.h" |