X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2Fev-document-forms.c;h=d5d9c7094361834862a515ee5d20d81dcb96be65;hb=f343927df4325959193353c52cff1ea4b20b2286;hp=cdefb46730d686d1c0f8c6e11d551102844a45b9;hpb=6426ce3672bf190ab39d9c49c841232c127d174f;p=evince.git diff --git a/libdocument/ev-document-forms.c b/libdocument/ev-document-forms.c index cdefb467..d5d9c709 100644 --- a/libdocument/ev-document-forms.c +++ b/libdocument/ev-document-forms.c @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include "ev-document-forms.h" GType @@ -42,7 +43,7 @@ ev_document_forms_get_type (void) GList * ev_document_forms_get_form_fields (EvDocumentForms *document_forms, - gint page) + EvPage *page) { EvDocumentFormsIface *iface = EV_DOCUMENT_FORMS_GET_IFACE (document_forms);