diff options
Diffstat (limited to '')
-rw-r--r-- | src/state_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state_file.c b/src/state_file.c index 64fd67c4c..6aa97d572 100644 --- a/src/state_file.c +++ b/src/state_file.c @@ -17,7 +17,7 @@ */ #include "state_file.h" -#include "audio.h" +#include "output_state.h" #include "playlist.h" #include "volume.h" |