* mu-guile-common.c: include "config.h", not <config.h>
This commit is contained in:
@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user