aboutsummaryrefslogtreecommitdiffstats
path: root/src/gcc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Compiler.h (renamed from src/gcc.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gcc.h b/src/Compiler.h
index 2946eae0d..94abdcff3 100644
--- a/src/gcc.h
+++ b/src/Compiler.h
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef MPD_GCC_H
-#define MPD_GCC_H
+#ifndef COMPILER_H
+#define COMPILER_H
#define GCC_CHECK_VERSION(major, minor) \
(defined(__GNUC__) && \