Added dialog box for the aggregate command
[pspp] / src / ui / gui / dict-display.h
index f1a8a0016f9aa2c9920cc9b6424f9b0c34b251ca..5586cb10a7ecc19b3f40624ea12724a5ec921c26 100644 (file)
@@ -19,6 +19,9 @@
    dictionary in  GTK widgets.
 */
 
+#ifndef DICT_DISPLAY 
+#define DICT_DISPLAY 1
+
 #include <gtk/gtk.h>
 
 #include "psppire-selector.h"
@@ -44,4 +47,4 @@ void insert_source_row_into_entry (GtkTreeIter source_iter,
 gboolean is_currently_in_entry (GtkTreeModel *model, GtkTreeIter *iter,
                                PsppireSelector *selector);
 
-
+#endif