diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/_ogg_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/_ogg_common.h b/src/decoder/_ogg_common.h index d03bae301..efc71c56e 100644 --- a/src/decoder/_ogg_common.h +++ b/src/decoder/_ogg_common.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _OGG_COMMON_H -#define _OGG_COMMON_H +#ifndef MPD_OGG_COMMON_H +#define MPD_OGG_COMMON_H #include "../decoder_api.h" |