diff options
Diffstat (limited to '')
-rw-r--r-- | src/sig_handlers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sig_handlers.h b/src/sig_handlers.h index ee61e80e1..b34a941d9 100644 --- a/src/sig_handlers.h +++ b/src/sig_handlers.h @@ -16,8 +16,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef SIG_HANDLERS_H -#define SIG_HANDLERS_H +#ifndef MPD_SIG_HANDLERS_H +#define MPD_SIG_HANDLERS_H int handlePendingSignals(void); |