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