X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fwidgets.c;h=7161a0d1134bb9014f8876a6a38a6f77dfb4e10c;hb=7a2bc16d86f90a796e4c42a6c3f3908231bbe8e9;hp=1e1a8e902731aedccdb592d4a688af3c9c6e15b7;hpb=55268cdabc9575abb4b8f0fd91692e743bf9cc3f;p=pspp diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index 1e1a8e9027..7161a0d113 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -51,6 +51,7 @@ #include "psppire-dialog-action-two-sample.h" #include "psppire-dialog-action-univariate.h" #include "psppire-dialog-action-var-info.h" +#include "psppire-dialog-action-weight.h" #include "psppire-value-entry.h" static volatile GType kludge; @@ -108,6 +109,7 @@ preregister_widgets (void) psppire_dialog_action_tt1s_get_type (); psppire_dialog_action_two_sample_get_type (); psppire_dialog_action_univariate_get_type (); + psppire_dialog_action_weight_get_type (); /* This seems to be necessary on Cygwin. It ought not to be necessary. Having it here can't do any harm. */