diff options
Diffstat (limited to '')
-rw-r--r-- | src/output_list.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/output_list.h b/src/output_list.h index 1be0b8169..9836c83e6 100644 --- a/src/output_list.h +++ b/src/output_list.h @@ -16,8 +16,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef OUTPUT_LIST_H -#define OUTPUT_LIST_H +#ifndef MPD_OUTPUT_LIST_H +#define MPD_OUTPUT_LIST_H extern const struct audio_output_plugin *audio_output_plugins[]; |