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() */