diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/widgets/ephy-label.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/widgets/ephy-label.c b/lib/widgets/ephy-label.c index 70f6b03fb..73968c2cd 100644 --- a/lib/widgets/ephy-label.c +++ b/lib/widgets/ephy-label.c @@ -23,14 +23,14 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <gtk/gtkversion.h> #if !GTK_CHECK_VERSION (2, 5, 1) -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - #include "ephy-label.h" #include <math.h> |