Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-form-field.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2007-12-28 19:23:22 (GMT)
committer Christian Persch <chpe@src.gnome.org>2007-12-28 19:23:22 (GMT)
commit1af6600934d1f723e5b492b8322e52a1144fb0af (patch)
tree7c529b1eca33e3ada40c28ff5b54cb515a6fd008 /libdocument/ev-form-field.c
parent31e16bd8f386dc292e60489d4a17227804bdc2e6 (diff)
Include config.h. Bug #504721.
2007-12-28 Christian Persch <chpe@gnome.org> * **/*.c: Include config.h. Bug #504721. svn path=/trunk/; revision=2787
Diffstat (limited to 'libdocument/ev-form-field.c')
-rw-r--r--libdocument/ev-form-field.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdocument/ev-form-field.c b/libdocument/ev-form-field.c
index b3cc791..cfa25f8 100644
--- a/libdocument/ev-form-field.c
+++ b/libdocument/ev-form-field.c
@@ -19,6 +19,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include "ev-form-field.h"
static void ev_form_field_init (EvFormField *field);