diff options
Diffstat (limited to 'lib/widgets/ephy-ellipsizing-label.c')
-rw-r--r-- | lib/widgets/ephy-ellipsizing-label.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/widgets/ephy-ellipsizing-label.c b/lib/widgets/ephy-ellipsizing-label.c index 852d9e182..151ff744d 100644 --- a/lib/widgets/ephy-ellipsizing-label.c +++ b/lib/widgets/ephy-ellipsizing-label.c @@ -21,8 +21,14 @@ Author: John Sullivan <sullivan@eazel.com>, Marco Pesenti Gritti <marco@it.gnome.org> Markup support + + $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "ephy-ellipsizing-label.h" #include <string.h> |