summaryrefslogtreecommitdiff
path: root/apps/replaygain.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/replaygain.h')
-rw-r--r--apps/replaygain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/replaygain.h b/apps/replaygain.h
index dbc079b1d3..02ca2e0bae 100644
--- a/apps/replaygain.h
+++ b/apps/replaygain.h
@@ -22,7 +22,7 @@
22#ifndef _REPLAYGAIN_H 22#ifndef _REPLAYGAIN_H
23#define _REPLAYGAIN_H 23#define _REPLAYGAIN_H
24 24
25#include "id3.h" 25#include "metadata.h"
26 26
27long get_replaygain_int(long int_gain); 27long get_replaygain_int(long int_gain);
28long parse_replaygain(const char* key, const char* value, 28long parse_replaygain(const char* key, const char* value,