diff options
Diffstat (limited to '')
-rw-r--r-- | src/player_thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/player_thread.h b/src/player_thread.h index 4d154d6a1..f8b88f65d 100644 --- a/src/player_thread.h +++ b/src/player_thread.h @@ -16,8 +16,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef PLAYER_THREAD_H -#define PLAYER_THREAD_H +#ifndef MPD_PLAYER_THREAD_H +#define MPD_PLAYER_THREAD_H void player_create(void); |