diff options
Diffstat (limited to '')
-rw-r--r-- | src/event_pipe.h (renamed from src/main_notify.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main_notify.h b/src/event_pipe.h index a02564cc1..ddcc420b7 100644 --- a/src/main_notify.h +++ b/src/event_pipe.h @@ -18,8 +18,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef MPD_MAIN_NOTIFY_H -#define MPD_MAIN_NOTIFY_H +#ifndef EVENT_PIPE_H +#define EVENT_PIPE_H #include <glib.h> |