diff options
Diffstat (limited to '')
-rw-r--r-- | src/pcm/PcmPack.hxx (renamed from src/pcm/pcm_pack.h) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/pcm/pcm_pack.h b/src/pcm/PcmPack.hxx index f3184b403..aed011767 100644 --- a/src/pcm/pcm_pack.h +++ b/src/pcm/PcmPack.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 The Music Player Daemon Project + * Copyright (C) 2003-2013 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -22,10 +22,9 @@ * Library for working with packed 24 bit samples. */ -#ifndef PCM_PACK_H -#define PCM_PACK_H +#ifndef PCM_PACK_HXX +#define PCM_PACK_HXX -#include <stdbool.h> #include <stdint.h> /** |