* 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
1 changed files with 1 additions and 1 deletions

View File

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