aboutsummaryrefslogtreecommitdiffstats
path: root/src/poison.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/poison.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/poison.h b/src/poison.h
index 5919c3cbe..9c7052c91 100644
--- a/src/poison.h
+++ b/src/poison.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2009 The Music Player Daemon Project
+ * Copyright (C) 2003-2010 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -20,8 +20,9 @@
#ifndef MPD_POISON_H
#define MPD_POISON_H
+#include "check.h"
+
#ifndef NDEBUG
-#include "config.h"
#ifdef HAVE_VALGRIND_MEMCHECK_H
#include <valgrind/memcheck.h>