* mu-guile-common.c: include "config.h", not <config.h>

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-20 08:39:44 +03:00
parent da73f4d75e
commit de594986d0

View File

@ -17,7 +17,7 @@
** **
*/ */
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
#include <config.h> #include "config.h"
#endif /*HAVE_CONFIG_H*/ #endif /*HAVE_CONFIG_H*/
#include "mu-guile-common.h" #include "mu-guile-common.h"