diff options
Diffstat (limited to '')
-rw-r--r-- | src/crossfade.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crossfade.h b/src/crossfade.h index 918c6e97e..a8b6e85ad 100644 --- a/src/crossfade.h +++ b/src/crossfade.h @@ -17,8 +17,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef CROSSFADE_H -#define CROSSFADE_H +#ifndef MPD_CROSSFADE_H +#define MPD_CROSSFADE_H #include "outputBuffer.h" |