diff options
Diffstat (limited to '')
-rw-r--r-- | src/condition.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/condition.h b/src/condition.h index 2909f698d..48d8735ee 100644 --- a/src/condition.h +++ b/src/condition.h @@ -17,8 +17,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef CONDITION_H -#define CONDITION_H +#ifndef MPD_CONDITION_H +#define MPD_CONDITION_H #include <pthread.h> |