diff options
Diffstat (limited to 'src/song.h')
-rw-r--r-- | src/song.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/song.h b/src/song.h index e5413fb17..b8ee3aa99 100644 --- a/src/song.h +++ b/src/song.h @@ -16,8 +16,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef SONG_H -#define SONG_H +#ifndef MPD_SONG_H +#define MPD_SONG_H #include <stddef.h> #include <stdbool.h> |