diff options
Diffstat (limited to 'src/ephy-completion-model.c')
-rw-r--r-- | src/ephy-completion-model.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ephy-completion-model.c b/src/ephy-completion-model.c index a3766cfcc..ea1c9a8c7 100644 --- a/src/ephy-completion-model.c +++ b/src/ephy-completion-model.c @@ -18,7 +18,9 @@ * $Id$ */ -#include <config.h> +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "ephy-completion-model.h" #include "ephy-node.h" |