diff options
Diffstat (limited to '')
-rw-r--r-- | src/replayGain.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/replayGain.h b/src/replayGain.h index 8b634cad6..f1c24e1c0 100644 --- a/src/replayGain.h +++ b/src/replayGain.h @@ -17,8 +17,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef REPLAYGAIN_H -#define REPLAYGAIN_H +#ifndef MPD_REPLAYGAIN_H +#define MPD_REPLAYGAIN_H #define REPLAYGAIN_OFF 0 #define REPLAYGAIN_TRACK 1 |