From 3cc7d4ee8947fb0be529bb999a098655452669bf Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 9 Sep 2010 08:15:41 +0300 Subject: [PATCH] * mu.cc: minor changes --- src/mu.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mu.cc b/src/mu.cc index 1b56d23c..a69a00c4 100644 --- a/src/mu.cc +++ b/src/mu.cc @@ -1,5 +1,5 @@ /* -** Copyright (C) 2010 Dirk-Jan C. Binnema +** Copyright (C) 2008-2010 Dirk-Jan C. Binnema ** ** This program is free software; you can redistribute it and/or modify it ** under the terms of the GNU General Public License as published by the @@ -17,7 +17,9 @@ ** */ +#ifdef HAVE_CONFIG_H #include +#endif /*HAVE_CONFIG_H*/ #include #include /* for fileno() */